Skip to content

Commit

Permalink
Bump good_job from 4.7.0 to 4.8.1 (#708)
Browse files Browse the repository at this point in the history
* Bump good_job from 4.7.0 to 4.8.1

Bumps [good_job](https://github.com/bensheldon/good_job) from 4.7.0 to 4.8.1.
- [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.7.0...v4.8.1)

---
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>
  • Loading branch information
dependabot[bot] authored Jan 25, 2025
1 parent 1e87dac commit 47e3829
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 18 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.7'
gem 'good_job', '~> 4.8'

gem 'wahwah', '~> 1.6.6'

Expand Down
16 changes: 10 additions & 6 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.7.0)
good_job (4.8.1)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand All @@ -124,7 +124,8 @@ GEM
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.8.0)
irb (1.14.3)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.1)
Expand Down Expand Up @@ -156,16 +157,19 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.1)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prism (1.3.0)
psych (5.2.2)
psych (5.2.3)
date
stringio
puma (6.5.0)
Expand Down Expand Up @@ -217,7 +221,7 @@ GEM
rake (13.2.1)
rbs (3.8.1)
logger
rdoc (6.10.0)
rdoc (6.11.0)
psych (>= 4.0.0)
regexp_parser (2.10.0)
reline (0.6.0)
Expand Down Expand Up @@ -294,7 +298,7 @@ DEPENDENCIES
debug (~> 1.10)
factory_bot_rails (~> 6.4)
faker (~> 3.5)
good_job (~> 4.7)
good_job (~> 4.8)
has_scope (~> 0.8)
image_processing (~> 1.13.0)
mocha (~> 2.7.1)
Expand Down
43 changes: 32 additions & 11 deletions gemset.nix

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

0 comments on commit 47e3829

Please sign in to comment.