diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2012-09-30 00:26:45 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2012-10-01 21:38:52 -0500 |
commit | cbd26a803b78f7309d101fc112e40254f60262a5 (patch) | |
tree | efae2ad2c307d86ff8510178b6b79cf2efb65f86 /Gemfile | |
parent | f655108c260ccd334e494b7d6da8822b31cc2156 (diff) | |
download | rails-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |