mirror of https://github.com/rails/rails
Depend bundler from `=> 1.2.2` to `< 2.0`
This commit is contained in:
parent
65c2d2fa05
commit
9a07996aed
|
@ -26,6 +26,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'actionmailer', version
|
||||
s.add_dependency 'railties', version
|
||||
|
||||
s.add_dependency 'bundler', '~> 1.2.2'
|
||||
s.add_dependency 'bundler', '>= 1.2.2', '< 2.0'
|
||||
s.add_dependency 'sprockets-rails', '~> 2.0.0.rc1'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue