Skip to content

Commit 20482ae

Browse files
yahondajeremy
authored andcommitted
Perform gem install bundler to address `LoadError: cannot load such
file -- bundler/dep_proxy` ```ruby bundle exec rake bundler: failed to load command: rake (/home/travis/build/mikel/mail/vendor/bundle/ruby/2.5.0/bin/rake) LoadError: cannot load such file -- bundler/dep_proxy ```
1 parent dead487 commit 20482ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cache: bundler
44

55
bundler_args: --without local_development
66
before_install:
7-
- gem update bundler
7+
- gem install bundler
88

99
script: bundle exec rake
1010

0 commit comments

Comments
 (0)