Merged r13001 from trunk to 2.5-stable.

Gemfile: pin rake version 10.1.

rake 10.2.0 requires Ruby version >= 1.9.

git-svn-id: http://svn.redmine.org/redmine/branches/2.5-stable@13002 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-03-25 08:17:07 +00:00
parent 75855f21bb
commit 0d3cb4e8e1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
source 'https://rubygems.org'
gem "rails", "3.2.17"
gem "rake", "~> 10.1.1"
gem "jquery-rails", "~> 2.0.2"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]