We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d34500 + 0e00374 commit fb613ceCopy full SHA for fb613ce
rails-install-ubuntu.sh
@@ -23,7 +23,6 @@ echo "Install ImageMagick for image processing"
23
sudo apt-get install imagemagick --fix-missing -y
24
25
echo "Install rbenv (Ruby version manager) for handling the Ruby installation"
26
-echo "gem: --no-ri --no-rdoc" > ~/.gemrc
27
28
RBENV_INSTALL_PATH="$HOME/.rbenv"
29
if [ -d "$RBENV_INSTALL_PATH" ]; then
0 commit comments