mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Bump activerecord-session_store
Prints deprecation warnings on 2.3.1
This commit is contained in:
@@ -33,7 +33,7 @@ ruby '2.3.1'
|
||||
gem 'rails', '~> 4.2.7', '>= 4.2.7.1'
|
||||
gem 'actionpack-action_caching'
|
||||
gem 'actionpack-xml_parser'
|
||||
gem 'activerecord-session_store'
|
||||
gem 'activerecord-session_store', '~> 1.0.0'
|
||||
gem 'rails-observers'
|
||||
gem 'responders', '~> 2.0'
|
||||
|
||||
|
||||
+10
-5
@@ -125,10 +125,12 @@ GEM
|
||||
activemodel (= 4.2.7.1)
|
||||
activesupport (= 4.2.7.1)
|
||||
arel (~> 6.0)
|
||||
activerecord-session_store (0.1.2)
|
||||
actionpack (>= 4.0.0, < 5)
|
||||
activerecord (>= 4.0.0, < 5)
|
||||
railties (>= 4.0.0, < 5)
|
||||
activerecord-session_store (1.0.0)
|
||||
actionpack (>= 4.0, < 5.1)
|
||||
activerecord (>= 4.0, < 5.1)
|
||||
multi_json (~> 1.11, >= 1.11.2)
|
||||
rack (>= 1.5.2, < 3)
|
||||
railties (>= 4.0, < 5.1)
|
||||
activerecord-tableless (1.3.4)
|
||||
activerecord (>= 2.3.0)
|
||||
activesupport (4.2.7.1)
|
||||
@@ -583,7 +585,7 @@ DEPENDENCIES
|
||||
actionpack-xml_parser
|
||||
activerecord-jdbcmysql-adapter
|
||||
activerecord-jdbcpostgresql-adapter
|
||||
activerecord-session_store
|
||||
activerecord-session_store (~> 1.0.0)
|
||||
activerecord-tableless (~> 1.0)
|
||||
acts_as_list (~> 0.7.2)
|
||||
airbrake (~> 5.1.0)
|
||||
@@ -695,5 +697,8 @@ DEPENDENCIES
|
||||
webmock (~> 1.24.2)
|
||||
will_paginate (~> 3.1)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.3.1p112
|
||||
|
||||
BUNDLED WITH
|
||||
1.12.5
|
||||
|
||||
Reference in New Issue
Block a user