rubyinstaller icon indicating copy to clipboard operation
rubyinstaller copied to clipboard

Unable to download ruby source for the version 2.1, 2.2 and 2.3 while building

Open sukeerthiadiga opened this issue 6 years ago • 3 comments

What problems are you experiencing?

Unable to download the ruby source when the rake task rake ruby23 DKVER=mingw64-64-4.7.2 is ran.

Steps to reproduce

  1. Go to ruby installer path
  2. Run rake ruby23 DKVER=mingw64-64-4.7.2

We see this error

rake aborted!
URI::NotFoundError: Looking for http://cache.ruby-lang.org/pub/ruby/2.3//ruby-2.3.3.tar.bz2 and all I got was a 404!

What's the output from ruby -v?

ruby 2.3.5p376 (2017-09-14 revision 59905) [x64-mingw32]

sukeerthiadiga avatar Oct 23 '18 05:10 sukeerthiadiga

URI::NotFoundError: Looking for http://cache.ruby-lang.org/pub/ruby/2.3//ruby-2.3.3.tar.bz2 and all I got was a 404!

http://cache.ruby-lang.org/pub/ruby/2.3//ruby-2.3.3.tar.bz2 should be http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.bz2

note- https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/ on 31 Mar 201

ghost avatar Jun 13 '19 19:06 ghost

fix for Ruby 2.1,2.2 & 2.3 ; looks good to me.

ghost avatar Jun 13 '19 19:06 ghost