From 269b78cc817c48e78600d48062653e3f8166a2d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:11:19 +0000 Subject: [PATCH] Bump good_job from 4.9.3 to 4.10.0 Bumps [good_job](https://github.com/bensheldon/good_job) from 4.9.3 to 4.10.0. - [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.9.3...v4.10.0) --- updated-dependencies: - dependency-name: good_job dependency-version: 4.10.0 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 374609c3..079cb0f7 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.9.3' +gem 'good_job', '~> 4.10.0' gem 'jbuilder', '~> 2.13' gem 'jsbundling-rails', '~> 1.3' gem 'lograge', '~> 0.14' diff --git a/Gemfile.lock b/Gemfile.lock index 559f3f27..625a378f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -261,7 +261,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) @@ -602,7 +602,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - stringio (3.1.6) + stringio (3.1.7) strong_migrations (2.3.0) activerecord (>= 7) terminal-table (4.0.0) @@ -661,7 +661,7 @@ DEPENDENCIES flipper (~> 1.3.1) flipper-active_record (~> 1.3.4) flipper-ui (~> 1.3.4) - good_job (~> 4.9.3) + good_job (~> 4.10.0) i18n-tasks (~> 1.0.15) jbuilder (~> 2.13) jsbundling-rails (~> 1.3)