mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
bump activerecord-session_store
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
+8
-6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user