1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #29675 from jules2689/master

Allow the use of Bundler 2.0
This commit is contained in:
Rafael França 2017-07-04 13:30:28 -04:00 committed by Rafael Mendonça França
parent 3dada42af1
commit 30428de1c0
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ PATH
activemodel (= 5.0.4)
activerecord (= 5.0.4)
activesupport (= 5.0.4)
bundler (>= 1.3.0, < 2.0)
bundler (>= 1.3.0)
railties (= 5.0.4)
sprockets-rails (>= 2.0.0)
railties (5.0.4)

View file

@ -28,6 +28,6 @@ Gem::Specification.new do |s|
s.add_dependency 'actioncable', version
s.add_dependency 'railties', version
s.add_dependency 'bundler', '>= 1.3.0', '< 2.0'
s.add_dependency 'bundler', '>= 1.3.0'
s.add_dependency 'sprockets-rails', '>= 2.0.0'
end