From 9a57cc18e37f93a568098eabf388dd40f6aba0a0 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 31 Aug 2012 23:44:35 +0000 Subject: [PATCH] Gemfile: pin i18n gem version 0.6.0 Tests on CI server fails. http://www.redmine.org/builds/logs/build_trunk_sqlite3_ruby-1.9.3-p194_580.html
Failure:
  <"Due date changed from 01 01 2010 to 31 01 2010"> expected to be =~
  .
test: IssuesHelper#show_detail with a due_date attribute should format the current date. (IssuesHelperTest)
test/unit/helpers/issues_helper_test.rb:127:in `block (3 levels) in '
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10247 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3b923987d..63a84f985 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'http://rubygems.org' gem 'rails', '3.2.6' gem "jquery-rails", "~> 2.0.2" -gem "i18n", "~> 0.6.0" +gem "i18n", "0.6.0" gem "coderay", "~> 1.0.6" gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby] gem "builder"