Skip to content

Commit 7f39838

Browse files
committed
ruby-build 20131225
1 parent 36b5f33 commit 7f39838

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Version History
22

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+
310
#### 20131220.1
411
* Fix JRuby installation on non-BSD systems
512

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
RUBY_BUILD_VERSION="20131220.1"
3+
RUBY_BUILD_VERSION="20131225"
44

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

0 commit comments

Comments
 (0)