From d10c8feb418c53dc6d7f6fb7200ff31c2c1e1ae0 Mon Sep 17 00:00:00 2001 From: Micha Rautenberg Date: Tue, 10 Jun 2014 10:13:06 +0200 Subject: update to ruby 2.0.0-p481 to solve openssl wheezy issue --- bin/dataset-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dataset-install b/bin/dataset-install index 3ede3af..d6f705c 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="2.0.0-p247" +RUBY_NUM_VER="2.0.0-p481" # ruby install_ruby -- cgit v1.2.3