Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Install the same bundler in travis that we use in the omnibus build
Browse files Browse the repository at this point in the history
2.0 requires rubygems 3.0 and we want rubygems to match what we build in
the omnibus package.

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jan 3, 2019
1 parent a486c4c commit ad8c1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:
# Early warning system to catch if Rubygems breaks something
before_install:
- gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2)
- gem install bundler # https://github.com/travis-ci/travis-ci/issues/8969
- gem install bundler --version $(grep bundler omnibus_overrides.rb | cut -d'"' -f2) # https://github.com/travis-ci/travis-ci/issues/8969
- gem --version
- rm -f .bundle/config

Expand Down

0 comments on commit ad8c1c8

Please sign in to comment.