@@ -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