Skip to content

Commit

Permalink
Build(deps): Bump activejob-uniqueness from 0.2.5 to 0.3.1
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.1.
- [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.1)

---
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 Jan 29, 2024
1 parent ed72688 commit 07cf5f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ gem 'pg', '~> 1.5.4'
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.1'
gem 'bcrypt', '~> 3.1.20'
gem 'cancancan', '~> 3.5.0'
gem 'charlock_holmes', '~> 0.7.7'
Expand Down
19 changes: 13 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ GEM
activejob (7.0.8)
activesupport (= 7.0.8)
globalid (>= 0.3.6)
activejob-uniqueness (0.2.5)
activejob (>= 4.2, < 7.1)
redlock (>= 1.2, < 2)
activejob-uniqueness (0.3.1)
activejob (>= 4.2, < 7.2)
redlock (>= 2.0, < 3)
activemodel (7.0.8)
activesupport (= 7.0.8)
activerecord (7.0.8)
Expand Down Expand Up @@ -304,6 +304,7 @@ GEM
language_server-protocol (3.17.0.3)
launchy (2.5.2)
addressable (~> 2.8)
libv8-node (18.16.0.0)
libv8-node (18.16.0.0-aarch64-linux)
libv8-node (18.16.0.0-arm64-darwin)
libv8-node (18.16.0.0-x86_64-darwin)
Expand Down Expand Up @@ -352,6 +353,9 @@ GEM
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nio4r (2.5.9)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.0-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.0-arm64-darwin)
Expand Down Expand Up @@ -423,8 +427,10 @@ GEM
recaptcha (5.16.0)
redcarpet (3.6.0)
redis (4.8.1)
redlock (1.3.2)
redis (>= 3.0.0, < 6.0)
redis-client (0.19.1)
connection_pool
redlock (2.0.6)
redis-client (>= 0.14.1, < 1.0.0)
regexp_parser (2.8.3)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down Expand Up @@ -568,12 +574,13 @@ GEM
PLATFORMS
aarch64-linux
arm64-darwin
ruby
x86_64-darwin
x86_64-linux

DEPENDENCIES
active_model_otp
activejob-uniqueness (~> 0.2.5)
activejob-uniqueness (~> 0.3.1)
acts_as_versioned!
alaveteli_features!
annotate (< 3.2.1)
Expand Down

0 comments on commit 07cf5f5

Please sign in to comment.