Skip to content

Commit ba5593c

Browse files
committed
Address LoadError: cannot load such file -- bundler/dep_proxy
It is likely duplicate with travis-ci/travis-ci#8969
1 parent 8a38f1c commit ba5593c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
sudo: false
22
language: ruby
33
cache: bundler
4+
before_install:
5+
- gem update --system
6+
- gem install bundler
47
addons:
58
apt:
69
packages:

0 commit comments

Comments
 (0)