We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b5f33 commit 7f39838Copy full SHA for 7f39838
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Version History
2
3
+#### 20131225
4
+* Add Ruby 2.2.0-dev
5
+* Add Ruby 2.1.0-p0
6
+* Update Ruby 2.1.0-dev git branch
7
+* Add Ruby 1.9.2-p326
8
+* Add Ruby 1.8.7-p375
9
+
10
#### 20131220.1
11
* Fix JRuby installation on non-BSD systems
12
bin/ruby-build
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-RUBY_BUILD_VERSION="20131220.1"
+RUBY_BUILD_VERSION="20131225"
set -E
exec 3<&2 # preserve original stderr at fd 3
0 commit comments