We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOTE: This project is for Ruby version 2.3 and older. For Ruby versions >= 2.4 please file an issue here.
Unable to download the ruby source when the rake task rake ruby23 DKVER=mingw64-64-4.7.2 is ran.
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!
ruby -v
ruby 2.3.5p376 (2017-09-14 revision 59905) [x64-mingw32]
The text was updated successfully, but these errors were encountered:
Unable to download ruby source for the version 2.1, 2.2 and 2.3 while…
cf4d3b3
… building 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! oneclick#392
Here is the pull request for this issue
#393
Sorry, something went wrong.
No branches or pull requests
NOTE: This project is for Ruby version 2.3 and older.
For Ruby versions >= 2.4 please file an issue here.
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
rake ruby23 DKVER=mingw64-64-4.7.2
We see this error
What's the output from
ruby -v
?ruby 2.3.5p376 (2017-09-14 revision 59905) [x64-mingw32]
The text was updated successfully, but these errors were encountered: