mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
bump with_advisory_lock
This commit is contained in:
@@ -371,7 +371,7 @@ group :development, :test do
|
||||
gem "erblint-github", require: false
|
||||
|
||||
# Brakeman scanner
|
||||
gem "brakeman", "~> 8.0.0"
|
||||
gem "brakeman", "~> 8.0.1"
|
||||
|
||||
# i18n-tasks helps find and manage missing and unused translations.
|
||||
gem "i18n-tasks", "~> 1.1.0", require: false
|
||||
@@ -412,7 +412,7 @@ gem "activerecord-nulldb-adapter", "~> 1.2.2"
|
||||
|
||||
# Have application level locks on the database to have a mutex shared between workers/hosts.
|
||||
# We e.g. employ this to safeguard the creation of journals.
|
||||
gem "with_advisory_lock", "~> 7.0.2"
|
||||
gem "with_advisory_lock", "~> 7.5.0"
|
||||
|
||||
# Load Gemfile.modules explicitly to allow dependabot to work
|
||||
eval_gemfile "./Gemfile.modules"
|
||||
|
||||
+4
-4
@@ -1499,7 +1499,7 @@ GEM
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.5)
|
||||
will_paginate (4.0.1)
|
||||
with_advisory_lock (7.0.2)
|
||||
with_advisory_lock (7.5.0)
|
||||
activerecord (>= 7.2)
|
||||
zeitwerk (>= 2.7)
|
||||
xpath (3.2.0)
|
||||
@@ -1559,7 +1559,7 @@ DEPENDENCIES
|
||||
axe-core-rspec
|
||||
bcrypt (~> 3.1.6)
|
||||
bootsnap (~> 1.23.0)
|
||||
brakeman (~> 8.0.0)
|
||||
brakeman (~> 8.0.1)
|
||||
browser (~> 6.2.0)
|
||||
budgets!
|
||||
byebug
|
||||
@@ -1755,7 +1755,7 @@ DEPENDENCIES
|
||||
warden-basic_auth (~> 0.2.1)
|
||||
webmock (~> 3.26)
|
||||
will_paginate (~> 4.0.0)
|
||||
with_advisory_lock (~> 7.0.2)
|
||||
with_advisory_lock (~> 7.5.0)
|
||||
yabeda-activerecord
|
||||
yabeda-prometheus-mmap
|
||||
yabeda-puma-plugin
|
||||
@@ -2280,7 +2280,7 @@ CHECKSUMS
|
||||
websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
|
||||
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
||||
will_paginate (4.0.1) sha256=107b226ebe1d393d274575956a7c472e1eefdd97d8828e01b72d425d15a875b9
|
||||
with_advisory_lock (7.0.2) sha256=df4485bb456115a13d28342b086a01f810de7726acf77f89b3c8863626d73a00
|
||||
with_advisory_lock (7.5.0) sha256=dadb2f1ed35a10ed7b9649a6769e6848bc64f735a85eb8a6e162a81d383a15bf
|
||||
xpath (3.2.0) sha256=6dfda79d91bb3b949b947ecc5919f042ef2f399b904013eb3ef6d20dd3a4082e
|
||||
yabeda (0.14.0) sha256=bc517bf22d692ebd80a29fc9fd2246c257aaf92d10b2735a775e2419351a43bf
|
||||
yabeda-activerecord (0.1.2) sha256=1dd281a64e5742445a6718aa05e799ea08a397e9ab9c0d254ece447635a3e0e2
|
||||
|
||||
Reference in New Issue
Block a user