Skip to content

Commit fb613ce

Browse files
authored
Merge pull request #65 from okuramasafumi/patch-1
Remove duplicated gemrc edit
2 parents 2d34500 + 0e00374 commit fb613ce

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)