diff --git a/Gemfile b/Gemfile index ae833df9f7..bee9c8a336 100644 --- a/Gemfile +++ b/Gemfile @@ -60,6 +60,7 @@ gem 'sass-rails' gem 'truncate_html' gem 'unicorn' +gem 'actionpack-action_caching' # AMS is pinned to 0.8.4 because 0.9.x is a complete re-write, as is 0.10.x # Once Rails is updated to 5.x we should bump directly to 0.10.x gem "active_model_serializers", "0.8.4" diff --git a/Gemfile.lock b/Gemfile.lock index 90cd4a831d..8c15cadb3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,6 +90,8 @@ GEM erubis (~> 2.7.0) rack (~> 1.5.2) rack-test (~> 0.6.2) + actionpack-action_caching (1.2.1) + actionpack (>= 4.0.0) active_model_serializers (0.8.4) activemodel (>= 3.0) activemerchant (1.78.0) @@ -687,6 +689,7 @@ PLATFORMS ruby DEPENDENCIES + actionpack-action_caching active_model_serializers (= 0.8.4) activemerchant (~> 1.78.0) activerecord-import