From 0fdd8f67a05aa5eb3f5fa6c7d80008c2c0953563 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 04:15:15 +0000 Subject: [PATCH] Update good_job to version 4.19.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)