From cfe4c3e6536184961c99bca2768280a8976dc98b Mon Sep 17 00:00:00 2001 From: Alan Peabody Date: Mon, 3 Nov 2014 14:19:17 -0500 Subject: [PATCH] Pin RVM to known working version. --- scripts/ruby-1.9.3.sh | 2 +- scripts/ruby-2.0.sh | 2 +- scripts/ruby-2.1.3.sh | 2 +- scripts/ruby-2.1.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ruby-1.9.3.sh b/scripts/ruby-1.9.3.sh index 03c4623..3d207e4 100644 --- a/scripts/ruby-1.9.3.sh +++ b/scripts/ruby-1.9.3.sh @@ -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' diff --git a/scripts/ruby-2.0.sh b/scripts/ruby-2.0.sh index 4305b48..07c7de9 100644 --- a/scripts/ruby-2.0.sh +++ b/scripts/ruby-2.0.sh @@ -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' diff --git a/scripts/ruby-2.1.3.sh b/scripts/ruby-2.1.3.sh index b9af627..7cf582f 100644 --- a/scripts/ruby-2.1.3.sh +++ b/scripts/ruby-2.1.3.sh @@ -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' diff --git a/scripts/ruby-2.1.sh b/scripts/ruby-2.1.sh index 195053d..0ae74f7 100644 --- a/scripts/ruby-2.1.sh +++ b/scripts/ruby-2.1.sh @@ -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'