summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-10-29 06:24:28 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-10-29 06:24:28 +0000
commit2e1f80dcdede1fc58f93b58ea7b2256aacf6ec93 (patch)
tree20b65ea08cae27f911c2c39e3f98a7c00aec7f85 /Gemfile
parent56639689e057ca848bdf8106abe483693358a53e (diff)
downloadredmine-2e1f80dcdede1fc58f93b58ea7b2256aacf6ec93.tar.gz
redmine-2e1f80dcdede1fc58f93b58ea7b2256aacf6ec93.zip
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/trunk@12243 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a18e0b0f3..59a82655f 100644
--- 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.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
gem "builder", "3.0.0"