mirror of https://github.com/rails/rails
Depend on Bundler 1.0 w/ tiny fixes
This commit is contained in:
parent
33afaa446f
commit
e119aaecd6
|
@ -25,5 +25,5 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency('activeresource', version)
|
||||
s.add_dependency('actionmailer', version)
|
||||
s.add_dependency('railties', version)
|
||||
s.add_dependency('bundler', '>= 1.0.0.rc.6')
|
||||
s.add_dependency('bundler', '~> 1.0.0')
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue