Depend bundler from `=> 1.2.2` to `< 2.0`

This commit is contained in:
Kentaro Kuribayashi 2012-11-16 23:13:27 +09:00
parent 65c2d2fa05
commit 9a07996aed
1 changed files with 1 additions and 1 deletions

View File

@ -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