From 1f6a4f0d952bc85d1a4421e3fdfeeb35670ad7ed Mon Sep 17 00:00:00 2001 From: aharpervc Date: Mon, 2 May 2016 15:48:28 -0400 Subject: [PATCH] Update ruby_installer.rb for ruby 2.3.1 --- config/ruby_installer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ruby_installer.rb b/config/ruby_installer.rb index d1c9de1a..cc035f8c 100755 --- a/config/ruby_installer.rb +++ b/config/ruby_installer.rb @@ -180,7 +180,7 @@ module RubyInstaller Ruby23 = OpenStruct.new( :number => "23", - :version => "2.3.0", + :version => "2.3.1", :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', @@ -197,7 +197,7 @@ module RubyInstaller "CPPFLAGS='-DFD_SETSIZE=2048'" ], :files => [ - "ruby-2.3.0.tar.bz2" + "ruby-2.3.1.tar.bz2" ], :dependencies => [ :ffi, :gdbm, :openssl, :yaml, :zlib, :tcl, :tk