Build job fails after updating bundler version in gemspec: https://travis-ci.org/yandex-money/yandex-money-sdk-ruby/jobs/38536867
How I can update bundler to 1.7.4 version?
Try to add the following code in an additional install
section of your .travis file:
gem uninstall bundler
gem install bundler --version '1.7.4'
So, the beginning of your .travis file will be:
language: ruby
install:
- gem uninstall bundler
- gem install bundler --version '1.7.4'
script: "rake"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With