Bump activerecord-session_store

Prints deprecation warnings on 2.3.1
This commit is contained in:
Oliver Günther
2016-09-05 14:25:53 +02:00
parent ab5bcdc3fa
commit 54f4ab1da2
2 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -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
View File
@@ -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