Skip to content

Commit 79c7a63

Browse files
author
Leon Hooijer
committed
Upgrade Ruby 2.1, 2.2 and 2.3
1 parent be77570 commit 79c7a63

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

History.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
=== 2016-5-27
2+
3+
* Enhancements:
4+
* Upgraded Ruby 2.3 to 2.3.1
5+
* Upgraded Ruby 2.2 to 2.2.5
6+
* Upgraded Ruby 2.1 to 2.1.9
7+
18
=== 2016-2-3
29

310
* Enhancements:

config/ruby_installer.rb

Lines changed: 6 additions & 6 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.8",
123+
:version => "2.1.9",
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.8.tar.bz2"
140+
"ruby-2.1.9.tar.bz2"
141141
],
142142
:dependencies => [
143143
:ffi, :gdbm, :iconv, :openssl, :yaml, :zlib, :tcl, :tk
@@ -151,7 +151,7 @@ module RubyInstaller
151151

152152
Ruby22 = OpenStruct.new(
153153
:number => "22",
154-
:version => "2.2.4",
154+
:version => "2.2.5",
155155
:short_version => 'ruby22',
156156
:url => "http://cache.ruby-lang.org/pub/ruby/2.2/",
157157
:checkout => 'http://svn.ruby-lang.org/repos/ruby/branches/ruby_2_2',
@@ -168,7 +168,7 @@ module RubyInstaller
168168
"CPPFLAGS='-DFD_SETSIZE=2048'"
169169
],
170170
:files => [
171-
"ruby-2.2.4.tar.bz2"
171+
"ruby-2.2.5.tar.bz2"
172172
],
173173
:dependencies => [
174174
:ffi, :gdbm, :openssl, :yaml, :zlib, :tcl, :tk
@@ -180,7 +180,7 @@ module RubyInstaller
180180

181181
Ruby23 = OpenStruct.new(
182182
:number => "23",
183-
:version => "2.3.0",
183+
:version => "2.3.1",
184184
:short_version => 'ruby23',
185185
:url => "http://cache.ruby-lang.org/pub/ruby/2.3/",
186186
:checkout => 'http://svn.ruby-lang.org/repos/ruby/branches/ruby_2_3',
@@ -197,7 +197,7 @@ module RubyInstaller
197197
"CPPFLAGS='-DFD_SETSIZE=2048'"
198198
],
199199
:files => [
200-
"ruby-2.3.0.tar.bz2"
200+
"ruby-2.3.1.tar.bz2"
201201
],
202202
:dependencies => [
203203
:ffi, :gdbm, :openssl, :yaml, :zlib, :tcl, :tk

0 commit comments

Comments
 (0)