aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-09-30 00:26:45 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-10-01 21:38:52 -0500
commitcbd26a803b78f7309d101fc112e40254f60262a5 (patch)
treeefae2ad2c307d86ff8510178b6b79cf2efb65f86 /Gemfile
parentf655108c260ccd334e494b7d6da8822b31cc2156 (diff)
downloadrails-cbd26a803b78f7309d101fc112e40254f60262a5.tar.gz
rails-cbd26a803b78f7309d101fc112e40254f60262a5.tar.bz2
rails-cbd26a803b78f7309d101fc112e40254f60262a5.zip
Use Rack::Cache middleware only if is in Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d149ec6129..a2ebd579da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,6 +6,7 @@ gem 'arel', github: 'rails/arel', branch: 'master'
gem 'mocha', '>= 0.11.2', :require => false
gem 'rack-test', github: 'brynary/rack-test'
+gem 'rack-cache', "~> 1.2"
gem 'bcrypt-ruby', '~> 3.0.0'
gem 'jquery-rails'