aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
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