From 9bd2b8350864fbb139c107dd9fc825fe993817b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 23:39:00 +0000 Subject: [PATCH] Bump good_job from 4.10.2 to 4.11.1 --- updated-dependencies: - dependency-name: good_job dependency-version: 4.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a0f0722..78af56e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "pg", "~> 1.1" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Use GoodJob for Active Job queue adapter -gem "good_job", "~> 4.10", ">= 4.10.2" +gem "good_job", "~> 4.11" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder" diff --git a/Gemfile.lock b/Gemfile.lock index a4135fa..9e1a94f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,7 +180,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (4.10.2) + good_job (4.11.1) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -341,7 +341,7 @@ GEM i18n rb_sys (0.9.116) rake-compiler-dock (= 1.9.1) - rdoc (6.14.1) + rdoc (6.14.2) erb psych (>= 4.0.0) regexp_parser (2.10.0) @@ -432,7 +432,7 @@ DEPENDENCIES devise (~> 4.9) dotenv feedjira (~> 3.2) - good_job (~> 4.10, >= 4.10.2) + good_job (~> 4.11) http (~> 5.3) iconv (~> 1.1) importmap-rails (~> 2.1)