Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump activejob-uniqueness from 0.2.5 to 0.3.2 #8373

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading