Skip to content

Commit

Permalink
Bump good_job from 3.20.0 to 3.21.0 (#506)
Browse files Browse the repository at this point in the history
* Bump good_job from 3.20.0 to 3.21.0

Bumps [good_job](https://github.com/bensheldon/good_job) from 3.20.0 to 3.21.0.
- [Release notes](https://github.com/bensheldon/good_job/releases)
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md)
- [Commits](bensheldon/good_job@v3.20.0...v3.21.0)

---
updated-dependencies:
- dependency-name: good_job
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update gemset.nix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Nov 11, 2023
1 parent 9387721 commit f3945a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'active_model_serializers', '~> 0.10'
gem 'bcrypt', '~> 3.1'

# Use GoodJob as our Active Job queue adapter
gem 'good_job', '~> 3.20'
gem 'good_job', '~> 3.21'

gem 'wahwah', '~> 1.5.1'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
good_job (3.20.0)
good_job (3.21.0)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down Expand Up @@ -289,7 +289,7 @@ DEPENDENCIES
debug (~> 1.8)
factory_bot_rails (~> 6.2)
faker (~> 3.2)
good_job (~> 3.20)
good_job (~> 3.21)
has_scope (~> 0.8)
image_processing (~> 1.12.2)
mocha (~> 2.1.0)
Expand Down
4 changes: 2 additions & 2 deletions gemset.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3945a1

Please sign in to comment.