Skip to content

Commit

Permalink
Bump good_job from 4.5.1 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [good_job](https://github.com/bensheldon/good_job) from 4.5.1 to 4.6.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@v4.5.1...v4.6.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 Dec 14, 2024
1 parent 4047d59 commit 1a613fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'puma', '~> 6.5'
gem 'bcrypt', '~> 3.1'

# Use GoodJob as our Active Job queue adapter
gem 'good_job', '~> 4.5'
gem 'good_job', '~> 4.6'

gem 'wahwah', '~> 1.6.6'

Expand Down
25 changes: 13 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
good_job (4.5.1)
good_job (4.6.0)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand All @@ -123,13 +123,13 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.7.2)
irb (1.14.1)
io-console (0.8.0)
irb (1.14.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.0)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.3)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -142,7 +142,7 @@ GEM
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.2)
minitest (5.25.4)
mocha (2.6.1)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
Expand All @@ -156,7 +156,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.16.8)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.26.3)
Expand All @@ -165,7 +165,8 @@ GEM
racc
pg (1.5.9)
prism (1.2.0)
psych (5.2.0)
psych (5.2.1)
date
stringio
puma (6.5.0)
nio4r (~> 2.0)
Expand Down Expand Up @@ -200,7 +201,7 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (8.0.0)
Expand All @@ -215,7 +216,7 @@ GEM
rake (13.2.1)
rbs (3.6.1)
logger
rdoc (6.8.1)
rdoc (6.9.0)
psych (>= 4.0.0)
regexp_parser (2.9.3)
reline (0.5.12)
Expand Down Expand Up @@ -253,7 +254,7 @@ GEM
ffi (~> 1.12)
logger
ruby2_keywords (0.0.5)
securerandom (0.3.2)
securerandom (0.4.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -273,7 +274,7 @@ GEM
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
useragent (0.16.10)
useragent (0.16.11)
wahwah (1.6.6)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand All @@ -292,7 +293,7 @@ DEPENDENCIES
debug (~> 1.9)
factory_bot_rails (~> 6.4)
faker (~> 3.5)
good_job (~> 4.5)
good_job (~> 4.6)
has_scope (~> 0.8)
image_processing (~> 1.13.0)
mocha (~> 2.6.1)
Expand Down

0 comments on commit 1a613fe

Please sign in to comment.