From a3f24024f92853c2f3c4349365450edb8459a098 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Fri, 15 Jan 2016 15:21:25 -0500 Subject: rack-cache 1.3+ dont work with old ruby versions --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 2854a809e0..daccb2e6b0 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,10 @@ end gem 'i18n', '~> 0.6.11' gem 'test-unit', '~> 3.0' +if RUBY_VERSION < '1.9.3' + gem 'rack-cache', '~> 1.2.0' +end + # This needs to be with require false to avoid # it being automatically loaded by sprockets gem 'uglifier', '>= 1.0.3', :require => false -- cgit v1.2.3