Skip to content

Commit 76e2def

Browse files
committed
Install Bundler after Ruby install
Make sure it's using the latest Bundler.
1 parent 3315bfc commit 76e2def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rvm install 3.1.2
3333
rvm use 3.1.2 --default
3434

3535
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
36-
gem install rails
36+
gem install bundler rails
3737

3838
echo -e "\n- - - - - -\n"
3939
echo -e "Now we are going to print some information to check that everything is done:\n"

0 commit comments

Comments
 (0)