Skip to content

Commit

Permalink
Perform gem install bundler to address `LoadError: cannot load such
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
yahonda committed Apr 12, 2018
1 parent 20ffe29 commit c648205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ cache: bundler

bundler_args: --without local_development
before_install:
- gem update bundler
- gem install bundler

script: bundle exec rake

Expand Down

0 comments on commit c648205

Please sign in to comment.