aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4a1e1fb155..fef93d91ab 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,8 +17,10 @@ else
gem 'journey'
end
-gem 'i18n', '~> 0.6.11'
-gem 'test-unit', '~> 3.0'
+if RUBY_VERSION < '1.9.3'
+ gem 'i18n', '~> 0.6.11'
+end
+gem 'test-unit', '~> 3.0'
# This needs to be with require false to avoid
# it being automatically loaded by sprockets