mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:06:44 +00:00
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:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
install_ruby_global_packages () {
|
||||
gem install --no-rdoc --no-ri \
|
||||
gem install --no-document \
|
||||
brakeman \
|
||||
bundler \
|
||||
bundler-audit \
|
||||
|
||||
Reference in New Issue
Block a user