Skip to content

Commit bb42a2e

Browse files
Install guntlt properly with no rdoc or ri
1 parent 67da7b2 commit bb42a2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/install-gauntlt.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ fi
6060
ruby --version
6161

6262
if ! (gem list gauntlt | grep gauntlt > /dev/null); then
63-
gem install gauntlt --no-ri --no-rdoc
63+
echo 'gem: --no-rdoc --no-ri' > ~/.gemrc
64+
gem install gauntlt
6465
fi

0 commit comments

Comments
 (0)