Commit 9951b22b authored by Erik Michaels-Ober's avatar Erik Michaels-Ober
Browse files

ruby-build 20140225

parent 747d7978
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
## Version History

#### 20140225
* Add JRuby 1.7.10
* Add support for JRuby 9000 bundled with the Graal VM

#### 20140224.1
* Add Ruby 2.0.0-p451
* Add Ruby 2.1.1
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20140224.1"
RUBY_BUILD_VERSION="20140225"

set -E
exec 3<&2 # preserve original stderr at fd 3