Skip to content

Commit 405ab53

Browse files
committed
(PUP-7920) Pin bundler to 1.15.4 for Ruby 1.9.3
All other Travis 2.y Ruby stacks are using Bundler 1.15.4, but 1.9.3 is still stuck on 1.7.6 for some reason. Bundler 1.7.6 is incompatible with the recent Rubgems 2.6.13 security release, so this patch updates the Ruby 1.9.3 test to use Bundler 1.15.4.
1 parent ded616a commit 405ab53

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
language: ruby
22
sudo: false
3+
# Travis Ruby 1.9.3 stack is defaulting to version 1.7.6 of bundler
4+
# which is incompatible with the Rubygems 2.6.13 security release.
5+
#
6+
# TODO: Remove when Travis updates its default:
7+
# https://github.com/travis-ci/travis-ci/issues/8357
8+
before_install:
9+
- gem install bundler --version 1.15.4
310
bundler_args: --without development extra
411
script:
512
- "bundle exec rake $CHECK"

0 commit comments

Comments
 (0)