Skip to content

Commit

Permalink
Update to a later version of bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Aug 21, 2020
1 parent 3f29132 commit 4587ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ language: ruby
cache: bundler

before_install:
- gem install bundler -v 2.0.1
- gem install bundler -v 2.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
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|

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

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

0 comments on commit 4587ad9

Please sign in to comment.