mirror of https://github.com/rails/rails
Bump bundler dep to 1.3.0.pre.4+ to introduce 'bundle binstubs <gem>'
This commit is contained in:
parent
d64c7c7033
commit
e00b8ecf1a
|
@ -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', '< 2.0'
|
||||
s.add_dependency 'bundler', '>= 1.3.0.pre.4', '< 2.0'
|
||||
s.add_dependency 'sprockets-rails', '~> 2.0.0.rc1'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue