Skip to content

Commit 37d06bc

Browse files
committed
Upgrade Ruby 2.2 and 2.3 to 2.2.6 and 2.3.3 respectively
1 parent e6ade40 commit 37d06bc

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

History.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== 2016-11-21
2+
3+
* Enhancements
4+
* Upgraded Ruby 2.3 to 2.3.3
5+
* Upgraded Ruby 2.2 to 2.2.6
6+
17
=== 2016-7-17
28

39
* Enhancements

config/ruby_installer.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ module RubyInstaller
151151

152152
Ruby22 = OpenStruct.new(
153153
:number => "22",
154-
:version => "2.2.5",
154+
:version => "2.2.6",
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.5.tar.bz2"
171+
"ruby-2.2.6.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.1",
183+
:version => "2.3.3",
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.1.tar.bz2"
200+
"ruby-2.3.3.tar.bz2"
201201
],
202202
:dependencies => [
203203
:ffi, :gdbm, :openssl, :yaml, :zlib, :tcl, :tk

0 commit comments

Comments
 (0)