Allow the use of Bundler 2.0

This commit is contained in:
Julian Nadeau 2017-07-04 10:23:47 -04:00
parent 6f2b0eb44a
commit 7529bbd338
No known key found for this signature in database
GPG Key ID: CAD41019602B5DC8
1 changed files with 1 additions and 1 deletions

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