Skip to content

Commit

Permalink
Merge pull request #320 from aharpervc/update-for-ruby-231
Browse files Browse the repository at this point in the history
Update ruby_installer.rb for ruby 2.3.1

`make test-all` results:
https://gist.github.com/Azolo/6a6efa95111f2e4edb595e0cc05348ec
  • Loading branch information
Azolo committed Jul 15, 2016
2 parents be77570 + 1f6a4f0 commit 978a471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/ruby_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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
Expand Down

0 comments on commit 978a471

Please sign in to comment.