From c519a1297a41369a4aa1c70c704cabc09c3c3941 Mon Sep 17 00:00:00 2001 From: Tom von Schwerdtner Date: Fri, 30 Jan 2015 22:47:20 -0500 Subject: [PATCH] Update from to p481 2.0.0-p353 is no longer available on the rvm servers. http://rvm.io/binaries/osx/10.10/x86_64/ --- benchmarks/chruby_auto.sh | 2 +- benchmarks/chruby_use.sh | 2 +- test/helper.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/chruby_auto.sh b/benchmarks/chruby_auto.sh index 576ed274..07014220 100755 --- a/benchmarks/chruby_auto.sh +++ b/benchmarks/chruby_auto.sh @@ -1,7 +1,7 @@ root="${0%/*}/.." n=100 -RUBIES=("$root/test/opt/rubies/ruby-2.0.0-p353") +RUBIES=("$root/test/opt/rubies/ruby-2.0.0-p481") . "$root/share/chruby/chruby.sh" . "$root/share/chruby/auto.sh" diff --git a/benchmarks/chruby_use.sh b/benchmarks/chruby_use.sh index ff60bf7e..b169ec77 100755 --- a/benchmarks/chruby_use.sh +++ b/benchmarks/chruby_use.sh @@ -1,6 +1,6 @@ root="${0%/*}/.." n=100 -ruby_dir="$root/test/opt/rubies/ruby-2.0.0-p353" +ruby_dir="$root/test/opt/rubies/ruby-2.0.0-p481" . "$root/share/chruby/chruby.sh" diff --git a/test/helper.sh b/test/helper.sh index b12499c3..df3f256a 100644 --- a/test/helper.sh +++ b/test/helper.sh @@ -10,7 +10,7 @@ chruby_reset test_ruby_engine="ruby" test_ruby_version="2.0.0" -test_ruby_patchlevel="353" +test_ruby_patchlevel="481" test_ruby_api="2.0.0" test_ruby_root="$PWD/test/opt/rubies/$test_ruby_engine-$test_ruby_version-p$test_ruby_patchlevel"