Add actionpack-action_caching dependency

Extracted from Rails core.

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/1861/head
Alex Coles 11 years ago
parent 3cd94b9e2b
commit e492c40fc3
  1. 1
      Gemfile
  2. 3
      Gemfile.lock

@ -46,6 +46,7 @@ source 'https://rubygems.org'
gem "rails", "= 4.0.9"
gem 'protected_attributes'
gem 'actionpack-action_caching'
gem "coderay", "~> 1.0.5"
gem "rubytree", "~> 0.8.3"

@ -47,6 +47,8 @@ GEM
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionpack-action_caching (1.1.1)
actionpack (>= 4.0.0, < 5.0)
activemodel (4.0.9)
activesupport (= 4.0.9)
builder (~> 3.1.0)
@ -378,6 +380,7 @@ PLATFORMS
ruby
DEPENDENCIES
actionpack-action_caching
activerecord-jdbcmysql-adapter
activerecord-jdbcpostgresql-adapter
activerecord-jdbcsqlite3-adapter

Loading…
Cancel
Save