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 23, 2024
1 parent 9917dc2 commit b5430b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 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
14 changes: 8 additions & 6 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 @@ -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 @@ -587,7 +589,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 b5430b4

Please sign in to comment.