From 24e15d87df5e5b39684c40b7a17bbcde091b8fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 08:35:27 +0000 Subject: [PATCH] Bump good_job from 3.23.0 to 3.24.0 Bumps [good_job](https://github.com/bensheldon/good_job) from 3.23.0 to 3.24.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/v3.23.0...v3.24.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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 8ec81d0a..a612b3a7 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'active_model_serializers', '~> 0.10' gem 'bcrypt', '~> 3.1' # Use GoodJob as our Active Job queue adapter -gem 'good_job', '~> 3.23' +gem 'good_job', '~> 3.24' gem 'wahwah', '~> 1.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 19c8931f..4bf7cf08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (3.23.0) + good_job (3.24.0) activejob (>= 6.0.0) activerecord (>= 6.0.0) concurrent-ruby (>= 1.0.2) @@ -136,7 +136,7 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) - irb (1.11.1) + irb (1.11.2) rdoc reline (>= 0.4.2) json (2.7.1) @@ -154,7 +154,7 @@ GEM mini_magick (4.11.0) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.21.2) + minitest (5.22.2) mocha (2.1.0) ruby2_keywords (>= 0.0.5) msgpack (1.7.2) @@ -185,7 +185,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.7.3) - rack (3.0.8) + rack (3.0.9) rack-cors (2.0.1) rack (>= 2.0.0) rack-session (2.0.0) @@ -277,7 +277,7 @@ GEM websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) will_paginate (4.0.0) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS ruby @@ -291,7 +291,7 @@ DEPENDENCIES debug (~> 1.9) factory_bot_rails (~> 6.4) faker (~> 3.2) - good_job (~> 3.23) + good_job (~> 3.24) has_scope (~> 0.8) image_processing (~> 1.12.2) mocha (~> 2.1.0)