]> source.dussan.org Git - redmine.git/commitdiff
Merged r12243 from trunk to 2.3-stable
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 29 Oct 2013 06:31:48 +0000 (06:31 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 29 Oct 2013 06:31:48 +0000 (06:31 +0000)
Gemfile: remove "i18n".

activesupport 3.2.13 requires i18n 0.6.1 explicitly.
https://github.com/rails/rails/commit/197b9f4d61260bea9e2a0a4883977e02164a0667

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@12244 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index abb574c1895e26d3bfc1de42beae02e812ee53a2..6de2eab11169dd1169715a2f66c70208a6d4bf65 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
 
 gem "rails", "3.2.13"
 gem "jquery-rails", "~> 2.0.2"
-gem "i18n", "~> 0.6.0"
 gem "coderay", "~> 1.0.9"
 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
 gem "builder", "3.0.0"