From e492c40fc330a56f7d4da706713ee451645f19f5 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Fri, 11 Apr 2014 17:10:56 +0200 Subject: [PATCH] Add actionpack-action_caching dependency Extracted from Rails core. Signed-off-by: Alex Coles --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index f5fa13c595..97a844b749 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index ff13c2b048..1110f03fdc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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