cloudfoundry-community / jumpbox-boshrelease

A BOSH release for jumpboxen
MIT License
22 stars 27 forks source link

Don't use deprecated gem option #70

Closed dohq closed 5 years ago

dohq commented 5 years ago
ruby-2.4.6 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Install of ruby-2.4.6 - #complete
Ruby was built without documentation, to build it run: rvm docs generate-ri
Using /u/pfmanager/.rvm/gems/ruby-2.4.6
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --no-ri

-N(--no-document) instead --no-ri --no-rdoc.

jhunt commented 5 years ago

Thanks!