##// END OF EJS Templates
Require bundler >= 1.5.0 (#19172)....
Jean-Philippe Lang -
r13683:f2d9af6dc32a
parent child
Show More
@@ -1,5 +1,9
1 source 'https://rubygems.org'
1 source 'https://rubygems.org'
2
2
3 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'."
5 end
6
3 gem "rails", "4.2.0"
7 gem "rails", "4.2.0"
4 gem "jquery-rails", "~> 3.1.1"
8 gem "jquery-rails", "~> 3.1.1"
5 gem "coderay", "~> 1.1.0"
9 gem "coderay", "~> 1.1.0"
General Comments 0
You need to be logged in to leave comments. Login now