summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha Rautenberg <rautenberg@in-silico.ch>2014-06-10 10:15:01 +0200
committerMicha Rautenberg <rautenberg@in-silico.ch>2014-06-10 10:15:01 +0200
commit0ce2d6d89b20a82702cf09044e9bd2c816bde129 (patch)
treeb4f53895e59c5149839f8b52535598f11e7d317f
parentf2fccfb1efa5d3fcb27f9f12d5f742e27778235a (diff)
update to ruby 2.0.0-p481 to solve openssl wheezy issue
-rwxr-xr-xbin/compound-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compound-install b/bin/compound-install
index 76461f1..e2bc0bb 100755
--- a/bin/compound-install
+++ b/bin/compound-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