https://travis-ci.com/site-prism/site_prism-all_there/jobs/212256927#L338
gem install bundler -v ‘< 2’
Fetching bundler-1.17.3.gem
Successfully installed bundler-1.17.3
1 gem installed
install.bundler
45.52s
$ bundle install --jobs=3 --retry=3
Fetching gem metadata from https://rubygems.org/…
Resolving dependencies…
Using rake 12.3.2
{and many others}
Bundle complete! 6 Gemfile dependencies, 30 gems now installed.
Use bundle info [gemname]
to see where a bundled gem is installed.
Post-install message from rubocop:
Performance Cops will be removed from RuboCop 0.68. Use rubocop-performance gem instead.
Put this in your Gemfile.
gem ‘rubocop-performance’
And then execute:
$ bundle install
Put this into your .rubocop.yml.
require: rubocop-performance
More information: https://github.com/rubocop-hq/rubocop-performance
0.59s
$ bundle exec rake
Traceback (most recent call last):
3: from /home/travis/.rvm/gems/ruby-head/bin/ruby_executable_hooks:24:in <main>' 2: from /home/travis/.rvm/gems/ruby-head/bin/ruby_executable_hooks:24:in
eval’
1: from /home/travis/.rvm/gems/ruby-head/bin/bundle:23:in <main>' /home/travis/.rvm/gems/ruby-head/bin/bundle:23:in
load’: cannot load such file – /home/travis/.rvm/rubies/ruby-head/lib/bin/bundle (LoadError)