Skip to content

Commit

Permalink
Merge pull request #10 from AgilionApps/pin-rvm
Browse files Browse the repository at this point in the history
Pin RVM to known working version.
  • Loading branch information
alanpeabody committed Nov 11, 2014
2 parents f61b61f + cfe4c3e commit 1ad9cc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/ruby-1.9.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if [[ -s "/home/vagrant/.rvm/scripts/rvm" ]] ; then
echo 'RVM installed, skipping RVM install'
else
curl -sSL https://get.rvm.io | bash -s stable
\curl -sSL https://get.rvm.io | bash -s -- --version 1.25.0
fi

source '/home/vagrant/.rvm/scripts/rvm'
Expand Down
2 changes: 1 addition & 1 deletion scripts/ruby-2.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if [[ -s "/home/vagrant/.rvm/scripts/rvm" ]] ; then
echo 'RVM installed, skipping RVM install'
else
curl -sSL https://get.rvm.io | bash -s stable
\curl -sSL https://get.rvm.io | bash -s -- --version 1.25.0
fi

source '/home/vagrant/.rvm/scripts/rvm'
Expand Down
2 changes: 1 addition & 1 deletion scripts/ruby-2.1.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if [[ -s "/home/vagrant/.rvm/scripts/rvm" ]] ; then
echo 'RVM installed, skipping RVM install'
else
curl -sSL https://get.rvm.io | bash -s stable
\curl -sSL https://get.rvm.io | bash -s -- --version 1.25.0
fi

source '/home/vagrant/.rvm/scripts/rvm'
Expand Down
2 changes: 1 addition & 1 deletion scripts/ruby-2.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if [[ -s "/home/vagrant/.rvm/scripts/rvm" ]] ; then
echo 'RVM installed, skipping RVM install'
else
curl -sSL https://get.rvm.io | bash -s stable
\curl -sSL https://get.rvm.io | bash -s -- --version 1.25.0
fi

source '/home/vagrant/.rvm/scripts/rvm'
Expand Down

0 comments on commit 1ad9cc0

Please sign in to comment.