Merge pull request #3541 from camelmasa/remove-not-use-gem
Remove actionpack-action_caching gem from Gemfile
This commit is contained in:
commit
f35b7c1712
2
Gemfile
2
Gemfile
|
@ -25,8 +25,6 @@ else
|
||||||
gem 'seed-fu', '~> 2.3.3'
|
gem 'seed-fu', '~> 2.3.3'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'actionpack-action_caching'
|
|
||||||
|
|
||||||
# Rails 4.1.6+ will relax the mail gem version requirement to `~> 2.5, >= 2.5.4`.
|
# Rails 4.1.6+ will relax the mail gem version requirement to `~> 2.5, >= 2.5.4`.
|
||||||
# However, mail gem 2.6.x currently does not work with discourse because of the
|
# However, mail gem 2.6.x currently does not work with discourse because of the
|
||||||
# reference to `Mail::RFC2822Parser` in `lib/email.rb`. This ensure discourse
|
# reference to `Mail::RFC2822Parser` in `lib/email.rb`. This ensure discourse
|
||||||
|
|
|
@ -15,8 +15,6 @@ GEM
|
||||||
activesupport (= 4.1.10)
|
activesupport (= 4.1.10)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.5.2)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
actionpack-action_caching (1.1.1)
|
|
||||||
actionpack (>= 4.0.0, < 5.0)
|
|
||||||
actionview (4.1.10)
|
actionview (4.1.10)
|
||||||
activesupport (= 4.1.10)
|
activesupport (= 4.1.10)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
|
@ -392,7 +390,6 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
actionpack-action_caching
|
|
||||||
active_model_serializers (~> 0.8.3)
|
active_model_serializers (~> 0.8.3)
|
||||||
annotate
|
annotate
|
||||||
aws-sdk
|
aws-sdk
|
||||||
|
|
Loading…
Reference in New Issue