##// END OF EJS Templates
Merged r14135 from trunk to 3.0-stable....
Toshi MARUYAMA -
r13762:484ea96b9c26
parent child
Show More
@@ -4,7 +4,7 if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0')
4 abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
4 abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
5 end
5 end
6
6
7 gem "rails", "4.2.0"
7 gem "rails", "4.2.1"
8 gem "jquery-rails", "~> 3.1.1"
8 gem "jquery-rails", "~> 3.1.1"
9 gem "coderay", "~> 1.1.0"
9 gem "coderay", "~> 1.1.0"
10 gem "builder", ">= 3.0.4"
10 gem "builder", ">= 3.0.4"
General Comments 0
You need to be logged in to leave comments. Login now