Add activerecord-session_store dependency

Extracted from Rails core.

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2935/merge
Alex Coles 9 years ago
parent 531b328ac3
commit ebecaaadd0
  1. 1
      Gemfile
  2. 8
      Gemfile.lock

@ -31,6 +31,7 @@ source 'https://rubygems.org'
gem "rails", "4.0.13" gem "rails", "4.0.13"
gem 'protected_attributes' gem 'protected_attributes'
gem 'actionpack-action_caching' gem 'actionpack-action_caching'
gem 'activerecord-session_store'
gem 'rails-observers' gem 'rails-observers'
gem "coderay", "~> 1.0.9" gem "coderay", "~> 1.0.9"

@ -49,6 +49,10 @@ GEM
activesupport (= 4.0.13) activesupport (= 4.0.13)
arel (~> 4.0.0) arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.4) activerecord-deprecated_finders (1.0.4)
activerecord-session_store (0.1.1)
actionpack (>= 4.0.0, < 5)
activerecord (>= 4.0.0, < 5)
railties (>= 4.0.0, < 5)
activerecord-tableless (1.3.4) activerecord-tableless (1.3.4)
activerecord (>= 2.3.0) activerecord (>= 2.3.0)
activesupport (4.0.13) activesupport (4.0.13)
@ -439,6 +443,7 @@ DEPENDENCIES
actionpack-action_caching actionpack-action_caching
activerecord-jdbcmysql-adapter activerecord-jdbcmysql-adapter
activerecord-jdbcpostgresql-adapter activerecord-jdbcpostgresql-adapter
activerecord-session_store
activerecord-tableless (~> 1.0) activerecord-tableless (~> 1.0)
acts_as_list (~> 0.3.0) acts_as_list (~> 0.3.0)
airbrake (~> 4.1.0) airbrake (~> 4.1.0)
@ -532,3 +537,6 @@ DEPENDENCIES
warden (~> 1.2) warden (~> 1.2)
warden-basic_auth (~> 0.2.0) warden-basic_auth (~> 0.2.0)
will_paginate (~> 3.0) will_paginate (~> 3.0)
BUNDLED WITH
1.10.4

Loading…
Cancel
Save