Skip to content

Commit

Permalink
Gemfile: remove "i18n"
Browse files Browse the repository at this point in the history
activesupport 3.2.13 requires i18n 0.6.1 explicitly.
rails/rails@197b9f4

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12243 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Oct 29, 2013
1 parent 5663968 commit 2e1f80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2e1f80d

Please sign in to comment.