Skip to content

Commit

Permalink
Upgrade Ruby 2.2 and 2.3 to 2.2.6 and 2.3.3 respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
vais committed Nov 21, 2016
1 parent e6ade40 commit 37d06bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
=== 2016-11-21

* Enhancements
* Upgraded Ruby 2.3 to 2.3.3
* Upgraded Ruby 2.2 to 2.2.6

=== 2016-7-17

* Enhancements
Expand Down
8 changes: 4 additions & 4 deletions config/ruby_installer.rb
Expand Up @@ -151,7 +151,7 @@ module RubyInstaller

Ruby22 = OpenStruct.new(
:number => "22",
:version => "2.2.5",
:version => "2.2.6",
:short_version => 'ruby22',
:url => "http://cache.ruby-lang.org/pub/ruby/2.2/",
:checkout => 'http://svn.ruby-lang.org/repos/ruby/branches/ruby_2_2',
Expand All @@ -168,7 +168,7 @@ module RubyInstaller
"CPPFLAGS='-DFD_SETSIZE=2048'"
],
:files => [
"ruby-2.2.5.tar.bz2"
"ruby-2.2.6.tar.bz2"
],
:dependencies => [
:ffi, :gdbm, :openssl, :yaml, :zlib, :tcl, :tk
Expand All @@ -180,7 +180,7 @@ module RubyInstaller

Ruby23 = OpenStruct.new(
:number => "23",
:version => "2.3.1",
:version => "2.3.3",
:short_version => 'ruby23',
:url => "http://cache.ruby-lang.org/pub/ruby/2.3/",
:checkout => 'http://svn.ruby-lang.org/repos/ruby/branches/ruby_2_3',
Expand All @@ -197,7 +197,7 @@ module RubyInstaller
"CPPFLAGS='-DFD_SETSIZE=2048'"
],
:files => [
"ruby-2.3.1.tar.bz2"
"ruby-2.3.3.tar.bz2"
],
:dependencies => [
:ffi, :gdbm, :openssl, :yaml, :zlib, :tcl, :tk
Expand Down

0 comments on commit 37d06bc

Please sign in to comment.