From cbd26a803b78f7309d101fc112e40254f60262a5 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Sun, 30 Sep 2012 00:26:45 -0500 Subject: Use Rack::Cache middleware only if is in Gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') 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' -- cgit v1.2.3