Skip to content

Commit

Permalink
Fix rvm use 2.0.0 patch level.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeabody committed May 20, 2014
1 parent 2cab0de commit 1b08e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ruby-2.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
rvm autolibs packages
rvm requirements
rvm mount https://rvm.io/binaries/ubuntu/12.04/x86_64/ruby-2.0.0-p353.tar.bz2
rvm use 2.0.0 --default
rvm use 2.0.0-p353 --default
gem update bundler
fi

Expand Down

0 comments on commit 1b08e11

Please sign in to comment.