From 323b38cb1ba2d176c3c4a7f4a962a4273ef53047 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Wed, 13 Jan 2016 11:30:52 -0500 Subject: fix build, forcing i18n to verion 0.6.x --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fb859e89eb..49ec628e04 100644 --- a/Gemfile +++ b/Gemfile @@ -17,9 +17,7 @@ else gem 'journey' end -if RUBY_VERSION < '1.9.3' - gem 'i18n', '~> 0.6.11' -end +gem 'i18n', '~> 0.6.11' gem 'test-unit', '~> 3.0' # This needs to be with require false to avoid -- cgit v1.2.3