From 35fda9fed7626d29a556ca1f5516068aa85f3cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:05:52 +0000 Subject: [PATCH] Bump good_job from 4.10.2 to 4.11.1 Bumps [good_job](https://github.com/bensheldon/good_job) from 4.10.2 to 4.11.1. - [Release notes](https://github.com/bensheldon/good_job/releases) - [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md) - [Commits](https://github.com/bensheldon/good_job/compare/v4.10.2...v4.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 867165c5..0828ebfe 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'draper', '~> 4.0' gem 'flipper', '~> 1.3.1' gem 'flipper-active_record', '~> 1.3.4' gem 'flipper-ui', '~> 1.3.4' -gem 'good_job', '~> 4.10.2' +gem 'good_job', '~> 4.11.1' gem 'jbuilder', '~> 2.13' gem 'jsbundling-rails', '~> 1.3' gem 'lograge', '~> 0.14' diff --git a/Gemfile.lock b/Gemfile.lock index 73675fc0..626f6e07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,7 +264,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) @@ -666,7 +666,7 @@ DEPENDENCIES flipper (~> 1.3.1) flipper-active_record (~> 1.3.4) flipper-ui (~> 1.3.4) - good_job (~> 4.10.2) + good_job (~> 4.11.1) i18n-tasks (~> 1.0.15) jbuilder (~> 2.13) jsbundling-rails (~> 1.3)