summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-10 20:34:37 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-10 20:34:37 +0000
commitd4edd4d6a48da889e7447c80ecccf6f3fb183d98 (patch)
tree8d7cfe654651dbee477d046819cbd8a1acfb4869 /Gemfile
parentf4e7765e0101dcc869d0457bf581932c3c024944 (diff)
downloadredmine-d4edd4d6a48da889e7447c80ecccf6f3fb183d98.tar.gz
redmine-d4edd4d6a48da889e7447c80ecccf6f3fb183d98.zip
Removes action caching on /robots.txt.
git-svn-id: http://svn.redmine.org/redmine/trunk@15633 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2ddfd9208..8bb386bc1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,6 @@ gem "builder", ">= 3.0.4"
gem "request_store", "1.0.5"
gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99")
gem "protected_attributes"
-gem "actionpack-action_caching"
gem "actionpack-xml_parser"
gem "roadie-rails"
gem "mimemagic"