Skip to content

Commit f25c101

Browse files
committed
Upgraded Ruby 2.1 to 2.1.7
* `make test-all`: https://gist.github.com/Azolo/f0634da3b49426447687
1 parent d49a758 commit f25c101

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

History.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Enhancements:
44
* Upgraded Ruby 2.2 to 2.2.3
5+
* Upgraded Ruby 2.1 to 2.2.7
56

67
* Internal:
78
* Upgraded bash to 3.1.23-1

config/ruby_installer.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module RubyInstaller
120120

121121
Ruby21 = OpenStruct.new(
122122
:number => "21",
123-
:version => "2.1.6",
123+
:version => "2.1.7",
124124
:short_version => 'ruby21',
125125
:url => "http://cache.ruby-lang.org/pub/ruby/2.1/",
126126
:checkout => 'http://svn.ruby-lang.org/repos/ruby/branches/ruby_2_1',
@@ -137,7 +137,7 @@ module RubyInstaller
137137
"CPPFLAGS='-DFD_SETSIZE=2048'"
138138
],
139139
:files => [
140-
"ruby-2.1.6.tar.bz2"
140+
"ruby-2.1.7.tar.bz2"
141141
],
142142
:dependencies => [
143143
:ffi, :gdbm, :iconv, :openssl, :yaml, :zlib, :tcl, :tk

0 commit comments

Comments
 (0)