Skip to content

Commit

Permalink
Fix bundler error on travis
Browse files Browse the repository at this point in the history
Without this we were getting

    LoadError: cannot load such file -- bundler/dep_proxy
  • Loading branch information
jhawthorn committed Apr 5, 2018
1 parent c07b874 commit 332222a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ addons:
chrome: stable
cache: bundler
language: ruby
before_install:
- gem update --system # https://github.com/travis-ci/travis-ci/issues/8978
- gem install bundler
rvm:
- 2.5
env:
Expand Down

0 comments on commit 332222a

Please sign in to comment.