Skip to content

Commit 2da31c9

Browse files
authored
Merge pull request #22 from RadiusNetworks/update-gem-command
Support Rubygems 3.0
2 parents a594774 + dba064e commit 2da31c9

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)