From 8b4233ac171cb0783da88585e6989dbba7ceabdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 09:24:22 +0000 Subject: [PATCH] Bump good_job from 3.19.4 to 3.20.0 Bumps [good_job](https://github.com/bensheldon/good_job) from 3.19.4 to 3.20.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.19.4...v3.20.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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 6099c8d8..2ca25bdd 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.19' +gem 'good_job', '~> 3.20' gem 'wahwah', '~> 1.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 032944a2..04d97b80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,12 +114,12 @@ GEM faker (3.2.1) i18n (>= 1.8.11, < 2) ffi (1.15.5) - fugit (1.8.1) + fugit (1.9.0) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (3.19.4) + good_job (3.20.0) activejob (>= 6.0.0) activerecord (>= 6.0.0) concurrent-ruby (>= 1.0.2) @@ -135,7 +135,7 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.6.0) - irb (1.8.1) + irb (1.8.3) rdoc reline (>= 0.3.8) json (2.6.3) @@ -152,7 +152,7 @@ GEM marcel (1.0.2) mini_magick (4.11.0) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) mocha (2.1.0) ruby2_keywords (>= 0.0.5) @@ -176,7 +176,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.4) - psych (5.1.0) + psych (5.1.1.1) stringio puma (6.4.0) nio4r (~> 2.0) @@ -224,11 +224,11 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) rdoc (6.5.0) psych (>= 4.0.0) regexp_parser (2.8.2) - reline (0.3.8) + reline (0.3.9) io-console (~> 0.5) rexml (3.2.6) rubocop (1.57.1) @@ -264,7 +264,7 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) stringio (3.0.8) - thor (1.2.2) + thor (1.3.0) timeout (0.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -289,7 +289,7 @@ DEPENDENCIES debug (~> 1.8) factory_bot_rails (~> 6.2) faker (~> 3.2) - good_job (~> 3.19) + good_job (~> 3.20) has_scope (~> 0.8) image_processing (~> 1.12.2) mocha (~> 2.1.0)