Skip to content

Commit

Permalink
Update ruby_installer.rb for ruby 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aharpervc committed May 2, 2016
1 parent be77570 commit 1f6a4f0
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 1f6a4f0

Please sign in to comment.