From 633da5c1933bfff1b20a73b1fbc4fe74c4d70d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 10:59:57 +0000 Subject: [PATCH 1/2] Bump good_job from 3.20.0 to 3.21.0 Bumps [good_job](https://github.com/bensheldon/good_job) from 3.20.0 to 3.21.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.20.0...v3.21.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f6d2c85f..0649277d 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.20' +gem 'good_job', '~> 3.21' gem 'wahwah', '~> 1.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 88a1d910..6943f69e 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.20.0) + good_job (3.21.0) activejob (>= 6.0.0) activerecord (>= 6.0.0) concurrent-ruby (>= 1.0.2) @@ -289,7 +289,7 @@ DEPENDENCIES debug (~> 1.8) factory_bot_rails (~> 6.2) faker (~> 3.2) - good_job (~> 3.20) + good_job (~> 3.21) has_scope (~> 0.8) image_processing (~> 1.12.2) mocha (~> 2.1.0) From 198c3d4a940dc72601c89bfbdc07b9dd2bf6e7d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 11 Nov 2023 11:00:39 +0000 Subject: [PATCH 2/2] Update gemset.nix --- gemset.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemset.nix b/gemset.nix index 42a64bac..7649c4fb 100644 --- a/gemset.nix +++ b/gemset.nix @@ -389,10 +389,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1m16pr853gqy9lmy98ijkiv0kmw06w2jhqb77haa2g7smvj16gbx"; + sha256 = "08ga99q14wa5kni3h67vs6qx3lj7i4smgsw8bmarcqn28dby5r18"; type = "gem"; }; - version = "3.20.0"; + version = "3.21.0"; }; has_scope = { dependencies = ["actionpack" "activesupport"];