Skip to content

Commit

Permalink
Upgrade Bundler to 2.0 to fix Travis CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Mar 29, 2019
1 parent 2b97a6b commit 9da923b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,8 @@ language: ruby
rvm:
- 2.3
- 2.4
- 2.5.0
- 2.5
- 2.6
- ruby-head
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion ipaddr.gemspec
Expand Up @@ -22,7 +22,7 @@ Both IPv4 and IPv6 are supported.
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "test-unit"
end

0 comments on commit 9da923b

Please sign in to comment.