summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-08-31 23:44:35 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-08-31 23:44:35 +0000
commit9a57cc18e37f93a568098eabf388dd40f6aba0a0 (patch)
tree943c73006e9c834bd2f66cf71dd4d068facfe468 /Gemfile
parent564de36c08796dc0458396947d1252b87c634b8e (diff)
downloadredmine-9a57cc18e37f93a568098eabf388dd40f6aba0a0.tar.gz
redmine-9a57cc18e37f93a568098eabf388dd40f6aba0a0.zip
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 <pre> Failure: <"Due date changed from 01 01 2010 to 31 01 2010"> expected to be =~ </01\/31\/2010/>. 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 <class:IssuesHelperTest>' </pre> git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10247 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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"