aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-02-27 14:38:34 -0800
committerGravatar murgatroid99 <mlumish@google.com>2015-02-27 14:38:34 -0800
commit530c0b9b1fc6690423a457166c2ff7a71c35c050 (patch)
tree5d48bb7fb356e246ddcb4307ee3a61a66318098f /tools
parentea14cfb4932335d4ccb7b7a612338157451d2f08 (diff)
Changed how ruby versions are selected again
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/build_ruby.sh3
-rwxr-xr-xtools/run_tests/run_ruby.sh2
2 files changed, 0 insertions, 5 deletions
diff --git a/tools/run_tests/build_ruby.sh b/tools/run_tests/build_ruby.sh
index e5eae05cb2..53a69cf079 100755
--- a/tools/run_tests/build_ruby.sh
+++ b/tools/run_tests/build_ruby.sh
@@ -31,9 +31,6 @@
set -ex
-rvm install 2.1.2
-rvm use 2.1.2
-
CONFIG=${CONFIG:-opt}
# change to grpc repo root
diff --git a/tools/run_tests/run_ruby.sh b/tools/run_tests/run_ruby.sh
index ef28c74398..b82ce52af3 100755
--- a/tools/run_tests/run_ruby.sh
+++ b/tools/run_tests/run_ruby.sh
@@ -30,8 +30,6 @@
set -ex
-rvm use 2.1.2
-
# change to grpc repo root
cd $(dirname $0)/../../src/ruby