Skip to content

Commit

Permalink
Bump good_job from 4.7.0 to 4.8.2
Browse files Browse the repository at this point in the history
Bumps [good_job](https://github.com/bensheldon/good_job) from 4.7.0 to 4.8.2.
- [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.2)

---
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 and Kizr committed Jan 28, 2025
1 parent cf26bdc commit 67dd58e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem "govuk_markdown"
gem "redcarpet", "~> 3.6"

# GoodJob backend for Active Job
gem "good_job", "~> 4.7"
gem "good_job", "~> 4.8"

# Store user sessions in the database
gem "activerecord-session_store"
Expand Down
10 changes: 7 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ GEM
csv (>= 3.0.0)
globalid (1.2.1)
activesupport (>= 6.1)
good_job (4.7.0)
good_job (4.8.2)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand Down Expand Up @@ -292,7 +292,8 @@ GEM
imagen (0.2.0)
parser (>= 2.5, != 2.5.1.1)
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)
jsbundling-rails (1.3.1)
Expand Down Expand Up @@ -405,7 +406,10 @@ GEM
pg_search (2.3.7)
activerecord (>= 6.1)
activesupport (>= 6.1)
pp (0.6.2)
prettyprint
prettier_print (1.2.1)
prettyprint (0.2.0)
prism (1.3.0)
propshaft (1.1.0)
actionpack (>= 7.0.0)
Expand Down Expand Up @@ -708,7 +712,7 @@ DEPENDENCIES
faker
flipflop
geocoder
good_job (~> 4.7)
good_job (~> 4.8)
govuk-components (~> 5.8.0)
govuk_design_system_formbuilder (~> 5.8)
govuk_markdown
Expand Down

0 comments on commit 67dd58e

Please sign in to comment.