From 203cb2a5986e27d7e1f829d7dfddd95b5b6f47b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:35:49 +0000 Subject: [PATCH] Build(deps): Bump activejob-uniqueness from 0.2.5 to 0.4.0 Bumps [activejob-uniqueness](https://github.com/veeqo/activejob-uniqueness) from 0.2.5 to 0.4.0. - [Release notes](https://github.com/veeqo/activejob-uniqueness/releases) - [Changelog](https://github.com/veeqo/activejob-uniqueness/blob/main/CHANGELOG.md) - [Commits](https://github.com/veeqo/activejob-uniqueness/compare/v0.2.5...v0.4.0) --- updated-dependencies: - dependency-name: activejob-uniqueness dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 0023f29245..8da3cca24d 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ gem 'addressable', '~> 2.8.7' gem 'acts_as_versioned', git: 'https://github.com/mysociety/acts_as_versioned.git', ref: '13e928b' gem 'active_model_otp' -gem 'activejob-uniqueness', '~> 0.2.5' +gem 'activejob-uniqueness', '~> 0.4.0' gem 'bcrypt', '~> 3.1.20' gem 'cancancan', '~> 3.6.1' gem 'charlock_holmes', '~> 0.7.9' diff --git a/Gemfile.lock b/Gemfile.lock index 0bf1671919..921b7884d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,9 +96,9 @@ GEM activejob (7.0.8.6) activesupport (= 7.0.8.6) globalid (>= 0.3.6) - activejob-uniqueness (0.2.5) - activejob (>= 4.2, < 7.1) - redlock (>= 1.2, < 2) + activejob-uniqueness (0.4.0) + activejob (>= 4.2, < 8.1) + redlock (>= 2.0, < 3) activemodel (7.0.8.6) activesupport (= 7.0.8.6) activerecord (7.0.8.6) @@ -320,7 +320,7 @@ GEM mini_portile2 (2.8.7) mini_racer (0.16.0) libv8-node (~> 18.19.0.0) - minitest (5.25.1) + minitest (5.25.4) money (6.19.0) i18n (>= 0.6.4, <= 2) multi_json (1.15.0) @@ -421,8 +421,10 @@ GEM recaptcha (5.17.0) redcarpet (3.6.0) redis (4.8.1) - redlock (1.3.2) - redis (>= 3.0.0, < 6.0) + redis-client (0.22.2) + connection_pool + redlock (2.0.6) + redis-client (>= 0.14.1, < 1.0.0) regexp_parser (2.9.2) representable (3.2.0) declarative (< 0.1.0) @@ -577,7 +579,7 @@ PLATFORMS DEPENDENCIES active_model_otp - activejob-uniqueness (~> 0.2.5) + activejob-uniqueness (~> 0.4.0) acts_as_versioned! addressable (~> 2.8.7) alaveteli_features!