Skip to content

Commit

Permalink
Remove actionpack-action_caching gem (#5787)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymes authored and mstruve committed Jan 28, 2020
1 parent ad0a3fd commit 1d701c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 1d701c7

Please sign in to comment.