Skip to content

Commit dba064e

Browse files
committed
Support Rubygems 3.0
This updates the `bin/ci` script to support Rubygems 3.0. This version changed the CLI flags for documentation. The new flag is `--no-document` and it will not install either rdoc or ri by default.
1 parent a594774 commit dba064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bin/rspec
1515
# bundle-audit provides patch-level verification for Bundler
1616
# https://github.com/rubysec/bundler-audit.
1717
echo " ---> Running bundler-audit"
18-
gem install --no-rdoc --no-ri bundler-audit
18+
gem install --no-document bundler-audit
1919
bundle-audit check --update
2020

2121
# Run style checker

0 commit comments

Comments
 (0)