Skip to content

Commit

Permalink
Build(deps): Bump activejob-uniqueness from 0.2.5 to 0.3.2
Browse files Browse the repository at this point in the history
Bumps [activejob-uniqueness](https://github.com/veeqo/activejob-uniqueness) from 0.2.5 to 0.3.2.
- [Release notes](https://github.com/veeqo/activejob-uniqueness/releases)
- [Changelog](https://github.com/veeqo/activejob-uniqueness/blob/main/CHANGELOG.md)
- [Commits](veeqo/activejob-uniqueness@v0.2.5...v0.3.2)

---
updated-dependencies:
- dependency-name: activejob-uniqueness
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 3d6bc4d commit fea9ba1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2'
gem 'bcrypt', '~> 3.1.20'
gem 'cancancan', '~> 3.6.1'
gem 'charlock_holmes', '~> 0.7.9'
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ GEM
activejob (7.0.8.4)
activesupport (= 7.0.8.4)
globalid (>= 0.3.6)
activejob-uniqueness (0.2.5)
activejob (>= 4.2, < 7.1)
redlock (>= 1.2, < 2)
activejob-uniqueness (0.3.2)
activejob (>= 4.2, < 7.3)
redlock (>= 2.0, < 3)
activemodel (7.0.8.4)
activesupport (= 7.0.8.4)
activerecord (7.0.8.4)
Expand Down Expand Up @@ -194,7 +194,7 @@ GEM
charlock_holmes (0.7.9)
childprocess (5.0.0)
coderay (1.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
Expand Down Expand Up @@ -340,7 +340,7 @@ GEM
mini_portile2 (2.8.7)
mini_racer (0.13.0)
libv8-node (~> 22.5.1.0)
minitest (5.24.1)
minitest (5.25.1)
money (6.19.0)
i18n (>= 0.6.4, <= 2)
multi_json (1.15.0)
Expand Down Expand Up @@ -438,8 +438,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)
Expand Down Expand Up @@ -590,7 +592,7 @@ PLATFORMS

DEPENDENCIES
active_model_otp
activejob-uniqueness (~> 0.2.5)
activejob-uniqueness (~> 0.3.2)
acts_as_versioned!
addressable (~> 2.8.7)
alaveteli_features!
Expand Down

0 comments on commit fea9ba1

Please sign in to comment.