From 7a17175fc9911c12dd226d50bcd235dd27109d51 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Fri, 5 Sep 2014 15:31:01 +0200 Subject: [PATCH] ruby-build 20140905 --- bin/ruby-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ruby-build b/bin/ruby-build index 3161000c..768deb16 100755 --- a/bin/ruby-build +++ b/bin/ruby-build @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RUBY_BUILD_VERSION="20140702" +RUBY_BUILD_VERSION="20140905" set -E exec 3<&2 # preserve original stderr at fd 3