Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
\curl -L https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh

# 4.Install ruby 2.1.4 and bundler
# 4.Install ruby 2.2.0 and bundler
echo ''
echo '******************************************************'
echo '****** STEP 4 of 10 ***** Installing ruby 2.1.4'
echo '****** STEP 4 of 10 ***** Installing ruby 2.2.0'
echo '******************************************************'
echo ''

Expand Down