diff --git a/Gemfile b/Gemfile index 35a4543de49..fa722673772 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'ox' gem 'actionpack-xml_parser', '~> 2.0.0' gem 'activemodel-serializers-xml', '~> 1.0.1' gem 'activerecord-import', '~> 1.5.0' -gem 'activerecord-session_store', '~> 2.0.0' +gem 'activerecord-session_store', '~> 2.1.0' gem 'rails', '~> 7.0', '>= 7.0.3.1' gem 'responders', '~> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index e49b79b49e4..c3dbaa9837b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,12 +270,13 @@ GEM activerecord (>= 4.2) activerecord-nulldb-adapter (0.9.0) activerecord (>= 5.2.0, < 7.1) - activerecord-session_store (2.0.0) - actionpack (>= 5.2.4.1) - activerecord (>= 5.2.4.1) + activerecord-session_store (2.1.0) + actionpack (>= 6.1) + activerecord (>= 6.1) + cgi (>= 0.3.6) multi_json (~> 1.11, >= 1.11.2) - rack (>= 2.0.8, < 3) - railties (>= 5.2.4.1) + rack (>= 2.0.8, < 4) + railties (>= 6.1) activestorage (7.0.7.2) actionpack (= 7.0.7.2) activejob (= 7.0.7.2) @@ -356,6 +357,7 @@ GEM carrierwave_direct (2.1.0) carrierwave (>= 1.0.0) fog-aws + cgi (0.3.6) climate_control (1.2.0) closure_tree (7.4.0) activerecord (>= 4.2.10) @@ -995,7 +997,7 @@ DEPENDENCIES activemodel-serializers-xml (~> 1.0.1) activerecord-import (~> 1.5.0) activerecord-nulldb-adapter (~> 0.9.0) - activerecord-session_store (~> 2.0.0) + activerecord-session_store (~> 2.1.0) acts_as_list (~> 1.1.0) acts_as_tree (~> 2.9.0) addressable (~> 2.8.0)