Skip to content

Commit

Permalink
Remove Bundler version dependency
Browse files Browse the repository at this point in the history
Bundler version isn't really important everything installs fine for
testing with latest bundler, but it fails on CI for later rubies
  • Loading branch information
kapcod committed May 25, 2020
1 parent 9f16ecb commit 19a649a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-2.gemspec
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'bundler'
end

0 comments on commit 19a649a

Please sign in to comment.