Remove actionpack-action_caching gem (#5787)

This commit is contained in:
rhymes 2020-01-28 18:39:57 +01:00 committed by Molly Struve
parent ad0a3fd953
commit 1d701c744a
2 changed files with 0 additions and 4 deletions

View file

@ -9,7 +9,6 @@ group :production do
gem "rack-host-redirect", "~> 1.3" # Lean and simple host redirection via Rack middleware
end
gem "actionpack-action_caching", "~> 1.2" # Action caching for Action Pack (removed from core in Rails 4.0)
gem "active_record_union", "~> 1.3" # Adds proper union and union_all methods to ActiveRecord::Relation
gem "activerecord-import", "~> 1.0" # Adds ability to bulk create activerecord objects
gem "acts-as-taggable-on", "~> 6.5" # A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts

View file

@ -34,8 +34,6 @@ GEM
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionpack-action_caching (1.2.1)
actionpack (>= 4.0.0)
actionview (5.2.4.1)
activesupport (= 5.2.4.1)
builder (~> 3.1)
@ -866,7 +864,6 @@ PLATFORMS
ruby
DEPENDENCIES
actionpack-action_caching (~> 1.2)
active_record_union (~> 1.3)
activerecord-import (~> 1.0)
acts-as-taggable-on (~> 6.5)