Merge pull request #5464 from luisramos0/3-0-action-caching

[Spree 2.1] Add actionpack-action_caching gem to make action caching work again
This commit is contained in:
Luis Ramos
2020-05-19 18:47:55 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -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"

View File

@@ -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