From a5c8eafe450d5e5e14dcd4712d92b607bbf40a08 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:16:29 +0000 Subject: [PATCH] Update good_job to version 4.8.2 --- Gemfile | 2 +- Gemfile.lock | 10 +++++++--- spec/requests/debug_controller_spec.rb | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a7c4c1966..a10f7ebdb 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "bcrypt" gem "bootsnap", require: false gem "feedbag" gem "feedjira" -gem "good_job", "~> 4.7.0" +gem "good_job", "~> 4.8.2" gem "httparty" gem "nokogiri", "~> 1.18.0" gem "pg" diff --git a/Gemfile.lock b/Gemfile.lock index c36fa0172..3075aa9c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ GEM raabro (~> 1.4) 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) @@ -168,7 +168,8 @@ GEM concurrent-ruby (~> 1.0) ice_nine (0.11.2) 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) @@ -210,6 +211,9 @@ GEM ast (~> 2.4.1) racc pg (1.5.9) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -413,7 +417,7 @@ DEPENDENCIES factory_bot feedbag feedjira - good_job (~> 4.7.0) + good_job (~> 4.8.2) httparty nokogiri (~> 1.18.0) pg diff --git a/spec/requests/debug_controller_spec.rb b/spec/requests/debug_controller_spec.rb index 3dc058e35..196373dc1 100644 --- a/spec/requests/debug_controller_spec.rb +++ b/spec/requests/debug_controller_spec.rb @@ -36,7 +36,7 @@ def setup it "displays the jobs count" do setup - 12.times { GoodJob::Job.create! } + 12.times { GoodJob::Job.create!(scheduled_at: Time.zone.now) } get "/admin/debug"