Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump good_job from 4.7.0 to 4.8.2 #1351

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -221,7 +221,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 @@ -291,7 +291,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 @@ -403,7 +404,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 @@ -706,7 +710,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
Loading