From 22ab1c18c93b31ee2a3e7c839bc04ed780698757 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Fri, 19 Apr 2013 13:49:49 +0200 Subject: install with ruby version 2.0.0-p0 --- bin/dataset-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dataset-install b/bin/dataset-install index c35f310..c29c04a 100755 --- a/bin/dataset-install +++ b/bin/dataset-install @@ -50,7 +50,7 @@ fi [ -d $OT_CONFIG_DIR/config/$SELF ] || cmd="mkdir -p $OT_CONFIG_DIR/config/$SELF" && run_cmd "$cmd" "Config directory" # Adjust ruby version here! -RUBY_NUM_VER="1.9.3-p194" +RUBY_NUM_VER="2.0.0-p0" # ruby install_ruby -- cgit v1.2.3