diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 3ffebe8a..4b5e03a2 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -216,9 +216,10 @@ GEM csv (>= 3.0.0) globalid (1.3.0) activesupport (>= 6.1) - globalize (6.3.0) - activemodel (>= 4.2, < 7.2) - activerecord (>= 4.2, < 7.2) + globalize (7.0.0) + activemodel (>= 7.0, < 8.1) + activerecord (>= 7.0, < 8.1) + activesupport (>= 7.0, < 8.1) request_store (~> 1.0) hashdiff (1.2.1) hashie (3.5.7) @@ -399,7 +400,7 @@ GEM regexp_parser (2.9.0) reline (0.6.3) io-console (~> 0.5) - request_store (1.5.0) + request_store (1.7.0) rack (>= 1.4) require_all (3.0.0) responders (3.2.0)