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:
parent
75855f21bb
commit
0d3cb4e8e1
1
Gemfile
1
Gemfile
|
@ -1,6 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem "rails", "3.2.17"
|
gem "rails", "3.2.17"
|
||||||
|
gem "rake", "~> 10.1.1"
|
||||||
gem "jquery-rails", "~> 2.0.2"
|
gem "jquery-rails", "~> 2.0.2"
|
||||||
gem "coderay", "~> 1.1.0"
|
gem "coderay", "~> 1.1.0"
|
||||||
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
|
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
|
||||||
|
|
Loading…
Reference in New Issue