mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Allow the use of Bundler 2.0
This commit is contained in:
parent
6f2b0eb44a
commit
7529bbd338
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue