mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-10 19:23:06 +00:00
Require bundler >= 1.5.0 and < 2.0.0 (#30353).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17783 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
da5630c12a
commit
62412a4e50
4
Gemfile
4
Gemfile
@ -1,8 +1,6 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0')
|
||||
abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
|
||||
end
|
||||
gem "bundler", ">= 1.5.0", "< 2.0.0"
|
||||
|
||||
gem "rails", "4.2.11"
|
||||
gem "addressable", "2.4.0" if RUBY_VERSION < "2.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user