diff --git a/Gemfile b/Gemfile index 6bbe5f3e4..af5df05a6 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "cssbundling-rails" gem "feedbag" gem "feedjira" gem "goldiloader" -gem "good_job", "~> 4.18.1" +gem "good_job", "~> 4.19.0" gem "httparty" gem "jsbundling-rails" gem "nokogiri", "~> 1.19.0" diff --git a/Gemfile.lock b/Gemfile.lock index 437681cdd..f0a676c4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM goldiloader (6.0.0) activerecord (>= 7.2, < 8.3) activesupport (>= 7.2, < 8.3) - good_job (4.18.2) + good_job (4.19.0) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -474,7 +474,7 @@ DEPENDENCIES feedbag feedjira goldiloader - good_job (~> 4.18.1) + good_job (~> 4.19.0) httparty jsbundling-rails nokogiri (~> 1.19.0)