diff --git a/Gemfile b/Gemfile index d65169c57..84142cf68 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "bcrypt" gem "bootsnap", require: false gem "feedbag" gem "feedjira" -gem "good_job", "~> 4.9.0" +gem "good_job", "~> 4.10.0" gem "httparty" gem "nokogiri", "~> 1.18.0" gem "pg" diff --git a/Gemfile.lock b/Gemfile.lock index a7f3eb8de..a4af186cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM coercible (1.0.0) descendants_tracker (~> 0.0.1) concurrent-ruby (1.3.5) - connection_pool (2.5.1) + connection_pool (2.5.2) coveralls_reborn (0.28.0) simplecov (~> 0.22.0) term-ansicolor (~> 1.7) @@ -152,7 +152,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (4.9.3) + good_job (4.10.0) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -428,7 +428,7 @@ DEPENDENCIES factory_bot feedbag feedjira - good_job (~> 4.9.0) + good_job (~> 4.10.0) httparty nokogiri (~> 1.18.0) pg