From 07bd6f18f9e60e0ddbdbfce6c906ac88df6cc73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 08:23:50 +0000 Subject: [PATCH] Bump good_job from 4.11.1 to 4.12.1 Bumps [good_job](https://github.com/bensheldon/good_job) from 4.11.1 to 4.12.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.11.1...v4.12.1) --- updated-dependencies: - dependency-name: good_job dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 30 ++++++++++++++++-------------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 67d64ae..6a1080a 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.11" +gem "good_job", "~> 4.12" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder" diff --git a/Gemfile.lock b/Gemfile.lock index 1dcf5a4..1af43f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.3.1) bootsnap (1.18.6) msgpack (~> 1.2) brakeman (7.1.0) @@ -133,7 +133,7 @@ GEM commonmarker (2.3.1-x86_64-linux) commonmarker (2.3.1-x86_64-linux-musl) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) csv (3.3.5) date (3.4.1) @@ -150,9 +150,9 @@ GEM domain_name (0.6.20240107) dotenv (3.1.8) drb (2.2.3) - erb (5.0.2) + erb (5.1.1) erubi (1.13.1) - et-orbi (1.2.11) + et-orbi (1.4.0) tzinfo event_stream_parser (1.0.0) faraday (2.13.1) @@ -182,9 +182,9 @@ GEM fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) - globalid (1.2.1) + globalid (1.3.0) activesupport (>= 6.1) - good_job (4.11.1) + good_job (4.12.1) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -239,7 +239,7 @@ GEM actionpack (>= 6.0.0, < 8.1) method_source (1.1.0) mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.26.0) msgpack (1.8.0) multipart-post (2.4.1) net-http (0.6.0) @@ -277,7 +277,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.9) - pp (0.6.2) + pp (0.6.3) prettyprint prettyprint (0.2.0) prism (1.4.0) @@ -295,7 +295,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.16) + rack (3.2.3) rack-cors (3.0.0) logger rack (>= 3.0.14) @@ -344,11 +344,12 @@ GEM i18n rb_sys (0.9.116) rake-compiler-dock (= 1.9.1) - rdoc (6.14.2) + rdoc (6.15.0) erb psych (>= 4.0.0) + tsort regexp_parser (2.10.0) - reline (0.6.1) + reline (0.6.2) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -388,8 +389,9 @@ GEM structify (0.3.4) activesupport (>= 7.0, < 9.0) attr_json (~> 2.1) - thor (1.3.2) + thor (1.4.0) timeout (0.4.3) + tsort (0.2.0) turbo-rails (2.0.16) actionpack (>= 7.1.0) railties (>= 7.1.0) @@ -400,7 +402,7 @@ GEM unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.3) + uri (1.0.4) useragent (0.16.11) view_component (3.23.2) activesupport (>= 5.2.0, < 8.1) @@ -438,7 +440,7 @@ DEPENDENCIES dotenv feedjira (~> 3.2) fugit (~> 1.11) - good_job (~> 4.11) + good_job (~> 4.12) http (~> 5.3) iconv (~> 1.1) importmap-rails (~> 2.1)