diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-10-29 06:24:28 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-10-29 06:24:28 +0000 |
commit | 2e1f80dcdede1fc58f93b58ea7b2256aacf6ec93 (patch) | |
tree | 20b65ea08cae27f911c2c39e3f98a7c00aec7f85 /Gemfile | |
parent | 56639689e057ca848bdf8106abe483693358a53e (diff) | |
download | redmine-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-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |