Skip to content

Commit 639589e

Browse files
Bump with_advisory_lock from 5.3.0 to 7.0.2
Bumps [with_advisory_lock](https://github.com/ClosureTree/with_advisory_lock) from 5.3.0 to 7.0.2. - [Release notes](https://github.com/ClosureTree/with_advisory_lock/releases) - [Changelog](https://github.com/ClosureTree/with_advisory_lock/blob/master/CHANGELOG.md) - [Commits](ClosureTree/with_advisory_lock@with_advisory_lock/v5.3.0...with_advisory_lock/v7.0.2) --- updated-dependencies: - dependency-name: with_advisory_lock dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bce6d4 commit 639589e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ gem "sprockets-rails", "~> 3.5"
142142
gem "validate_url", "~> 1.0", ">= 1.0.8"
143143
gem "virtus", "~> 1.0", ">= 1.0.5"
144144
gem "ruby-progressbar", "~> 1.13"
145-
gem "with_advisory_lock", "~> 5.0"
145+
gem "with_advisory_lock", "~> 7.0"
146146

147147
# Monitoring & Performance
148148
gem "airbrake", "~> 13.0"

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ GEM
215215
matrix
216216
ruby-rc4 (>= 0.1.5)
217217
concurrent-ruby (1.3.5)
218-
connection_pool (2.5.5)
218+
connection_pool (3.0.2)
219219
crass (1.0.6)
220220
cssbundling-rails (1.4.3)
221221
railties (>= 6.0.0)
@@ -375,7 +375,7 @@ GEM
375375
jmespath (1.6.2)
376376
jsbundling-rails (1.3.1)
377377
railties (>= 6.0.0)
378-
json (2.16.0)
378+
json (2.18.0)
379379
jsonapi-renderer (0.2.2)
380380
jwt (3.1.2)
381381
base64
@@ -427,7 +427,7 @@ GEM
427427
mini_magick (5.3.1)
428428
logger
429429
mini_mime (1.1.5)
430-
minitest (5.26.2)
430+
minitest (5.27.0)
431431
mock_redis (0.53.0)
432432
redis (~> 5)
433433
mono_logger (1.1.2)
@@ -751,7 +751,7 @@ GEM
751751
thruster (0.1.16-aarch64-linux)
752752
thruster (0.1.16-x86_64-linux)
753753
tilt (2.6.1)
754-
timeout (0.4.4)
754+
timeout (0.6.0)
755755
traceroute (0.8.1)
756756
rails (>= 3.0.0)
757757
trailblazer-option (0.1.2)
@@ -795,12 +795,12 @@ GEM
795795
will_paginate (4.0.1)
796796
will_paginate-bootstrap-style (0.3.0)
797797
will_paginate (~> 4.0, >= 4.0.0)
798-
with_advisory_lock (5.3.0)
799-
activerecord (>= 6.1)
800-
zeitwerk (>= 2.6)
798+
with_advisory_lock (7.0.2)
799+
activerecord (>= 7.2)
800+
zeitwerk (>= 2.7)
801801
xpath (3.2.0)
802802
nokogiri (~> 1.8)
803-
zeitwerk (2.7.3)
803+
zeitwerk (2.7.4)
804804

805805
PLATFORMS
806806
aarch64-linux-gnu
@@ -901,7 +901,7 @@ DEPENDENCIES
901901
webdrivers
902902
will_paginate (~> 4.0)
903903
will_paginate-bootstrap-style (~> 0.3)
904-
with_advisory_lock (~> 5.0)
904+
with_advisory_lock (~> 7.0)
905905

906906
BUNDLED WITH
907907
2.6.9

0 commit comments

Comments
 (0)