From 580740d3e188f0fae355eba75f73872679bbf052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:25:02 +0000 Subject: [PATCH] Bump good_job from 4.4.2 to 4.5.0 Bumps [good_job](https://github.com/bensheldon/good_job) from 4.4.2 to 4.5.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.4.2...v4.5.0) --- updated-dependencies: - dependency-name: good_job dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index e1dba33c..58926f83 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'puma', '~> 6.5' gem 'bcrypt', '~> 3.1' # Use GoodJob as our Active Job queue adapter -gem 'good_job', '~> 4.4' +gem 'good_job', '~> 4.5' gem 'wahwah', '~> 1.6.6' diff --git a/Gemfile.lock b/Gemfile.lock index cee1c098..8307f2cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM ast (2.4.2) base64 (0.2.0) bcrypt (3.1.20) - benchmark (0.3.0) + benchmark (0.4.0) bigdecimal (3.1.8) bootsnap (1.18.4) msgpack (~> 1.2) @@ -108,7 +108,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (4.4.2) + good_job (4.5.0) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -141,8 +141,8 @@ GEM marcel (1.0.4) mini_magick (4.13.2) mini_mime (1.1.5) - mini_portile2 (2.8.7) - minitest (5.25.1) + mini_portile2 (2.8.8) + minitest (5.25.2) mocha (2.5.0) ruby2_keywords (>= 0.0.5) msgpack (1.7.2) @@ -165,7 +165,7 @@ GEM racc pg (1.5.9) prism (1.2.0) - psych (5.1.2) + psych (5.2.0) stringio puma (6.5.0) nio4r (~> 2.0) @@ -180,7 +180,7 @@ GEM rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (2.2.0) + rackup (2.2.1) rack (>= 3) rails (8.0.0) actioncable (= 8.0.0) @@ -215,10 +215,10 @@ GEM rake (13.2.1) rbs (3.6.1) logger - rdoc (6.7.0) + rdoc (6.8.1) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.10) + reline (0.5.11) io-console (~> 0.5) rexml (3.3.9) rubocop (1.68.0) @@ -253,7 +253,7 @@ GEM ffi (~> 1.12) logger ruby2_keywords (0.0.5) - securerandom (0.3.1) + securerandom (0.3.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -264,13 +264,13 @@ GEM simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) sorbet-runtime (0.5.11663) - stringio (3.1.1) + stringio (3.1.2) thor (1.3.2) - timeout (0.4.1) + timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) - uri (1.0.1) + uri (1.0.2) useragent (0.16.10) wahwah (1.6.6) websocket-driver (0.7.6) @@ -290,7 +290,7 @@ DEPENDENCIES debug (~> 1.9) factory_bot_rails (~> 6.4) faker (~> 3.5) - good_job (~> 4.4) + good_job (~> 4.5) has_scope (~> 0.8) image_processing (~> 1.13.0) mocha (~> 2.5.0)