You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Back in May we started seeing a number of projects Travis builds failing.
The error is:
```
$ gem install -v 1.17.3 bundler --no-rdoc --no-ri
ERROR: While executing gem ... (OptionParser::InvalidOption)
invalid option: --no-rdoc
The command "gem install -v 1.17.3 bundler --no-rdoc --no-ri" failed and exited with 1 during .
```
Visible in https://travis-ci.com/github/DEFRA/defra-ruby-aws/builds/170472128
We think the only difference in the builds is the version of the ruby binary Travis is pulling. But for now, we are simply going to switch our args to move past the issue and get things building again.
N.B. Includes some rubocop fixes flagged in latest version
0 commit comments