Skip to content

Commit

Permalink
Depend bundler from => 1.2.2 to < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro committed Nov 16, 2012
1 parent 65c2d2f commit 9a07996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails.gemspec
Expand Up @@ -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

0 comments on commit 9a07996

Please sign in to comment.