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

[ruby/logger] dont lock bundler to a specific version in travis

https://github.com/ruby/logger/commit/eb5ac229a5
This commit is contained in:
Colby Swandale 2018-12-13 20:45:08 +11:00 committed by Hiroshi SHIBATA
parent 99c14fb694
commit b9ba07a05c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "bundler", ">= 0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "minitest", "~> 5.0"
end