Ruby setup - switch from deprecated gem flags to new --no-document

The `--no-rdoc` and `--no-ri` flags have been deprecated for a while,
and with Ruby 2.6.0 they have finally been removed. So we need to use
the newer `--no-document` flag instead.
This commit is contained in:
2019-01-02 12:01:50 +00:00
parent 4a0006abd9
commit 84a79be1fc

View File

@@ -3,7 +3,7 @@
#
install_ruby_global_packages () {
gem install --no-rdoc --no-ri \
gem install --no-document \
brakeman \
bundler \
bundler-audit \