Skip to content

Commit

Permalink
Update to use bundler 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Mar 25, 2019
1 parent c680534 commit 2a6eb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: ruby
cache: bundler

before_install:
- gem install bundler -v 1.16.1
- gem install bundler -v 2.0.1
- ./test/install-libopenmpt.sh
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TRAVIS_BUILD_DIR/usr/lib

Expand Down
2 changes: 1 addition & 1 deletion ffi-openmpt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'ffi', '~> 1.9'

spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'bundler', '~> 2.0.1'
spec.add_development_dependency 'coveralls', '~> 0.8'
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 2a6eb43

Please sign in to comment.