We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67da7b2 commit bb42a2eCopy full SHA for bb42a2e
bin/install-gauntlt.sh
@@ -60,5 +60,6 @@ fi
60
ruby --version
61
62
if ! (gem list gauntlt | grep gauntlt > /dev/null); then
63
- gem install gauntlt --no-ri --no-rdoc
+ echo 'gem: --no-rdoc --no-ri' > ~/.gemrc
64
+ gem install gauntlt
65
fi
0 commit comments