diff --git a/Gemfile b/Gemfile index 76b527470..59e635253 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem 'csv' gem 'audited', '~> 5.8.0' # Advisory locks for preventing race conditions (PostgreSQL/MySQL) -gem 'with_advisory_lock', '~> 5.1' +gem 'with_advisory_lock', '~> 7.6' # Health check endpoints for Kubernetes/Docker probes gem 'health_check', '~> 3.1' diff --git a/Gemfile.lock b/Gemfile.lock index ddd8d07c6..12666e44e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -775,9 +775,8 @@ GEM websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) wisper (2.0.1) - with_advisory_lock (5.3.0) - activerecord (>= 6.1) - zeitwerk (>= 2.6) + with_advisory_lock (7.6.0) + activerecord (>= 7.2) xpath (3.2.0) nokogiri (~> 1.8) yaml (0.4.0) @@ -871,7 +870,7 @@ DEPENDENCIES tzinfo-data web-console (>= 3.3.0) webmock - with_advisory_lock (~> 5.1) + with_advisory_lock (~> 7.6) RUBY VERSION ruby 3.4.10p104