Skip to content

Commit

Permalink
Bump good_job from 3.19.4 to 3.20.0
Browse files Browse the repository at this point in the history
Bumps [good_job](https://github.com/bensheldon/good_job) from 3.19.4 to 3.20.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.19.4...v3.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2023
1 parent f279727 commit 8b4233a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.19'
gem 'good_job', '~> 3.20'

gem 'wahwah', '~> 1.5.1'

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ GEM
faker (3.2.1)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
fugit (1.8.1)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
good_job (3.19.4)
good_job (3.20.0)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand All @@ -135,7 +135,7 @@ GEM
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.6.0)
irb (1.8.1)
irb (1.8.3)
rdoc
reline (>= 0.3.8)
json (2.6.3)
Expand All @@ -152,7 +152,7 @@ GEM
marcel (1.0.2)
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
Expand All @@ -176,7 +176,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.4)
psych (5.1.0)
psych (5.1.1.1)
stringio
puma (6.4.0)
nio4r (~> 2.0)
Expand Down Expand Up @@ -224,11 +224,11 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.2)
reline (0.3.8)
reline (0.3.9)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.57.1)
Expand Down Expand Up @@ -264,7 +264,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
stringio (3.0.8)
thor (1.2.2)
thor (1.3.0)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -289,7 +289,7 @@ DEPENDENCIES
debug (~> 1.8)
factory_bot_rails (~> 6.2)
faker (~> 3.2)
good_job (~> 3.19)
good_job (~> 3.20)
has_scope (~> 0.8)
image_processing (~> 1.12.2)
mocha (~> 2.1.0)
Expand Down

0 comments on commit 8b4233a

Please sign in to comment.