summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha Rautenberg <rautenberg@in-silico.ch>2014-06-10 10:13:06 +0200
committerMicha Rautenberg <rautenberg@in-silico.ch>2014-06-10 10:13:06 +0200
commitd10c8feb418c53dc6d7f6fb7200ff31c2c1e1ae0 (patch)
tree01117eddc360fe2e793b20f5c69cd33e11615f82
parent03721e087be79640af16c6676380655b982b7d27 (diff)
update to ruby 2.0.0-p481 to solve openssl wheezy issue
-rwxr-xr-xbin/dataset-install2
1 files changed, 1 insertions, 1 deletions
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