Skip to content

Commit 0e00374

Browse files
Remove duplicated gemrc edit
There are two same lines for editing `gemrc`. It's related to gem install, so it should be located to near `gem install`.
1 parent 2d34500 commit 0e00374

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rails-install-ubuntu.sh

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ echo "Install ImageMagick for image processing"
2323
sudo apt-get install imagemagick --fix-missing -y
2424

2525
echo "Install rbenv (Ruby version manager) for handling the Ruby installation"
26-
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
2726

2827
RBENV_INSTALL_PATH="$HOME/.rbenv"
2928
if [ -d "$RBENV_INSTALL_PATH" ]; then

0 commit comments

Comments
 (0)