From 6cb70240df0d45afc9ac05d0c80c230a36f2846f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 7 Jan 2015 01:00:16 -0300 Subject: Only use old i18n when version is not compatible --- Gemfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Gemfile') 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 -- cgit v1.2.3