-
Notifications
You must be signed in to change notification settings - Fork 657
Closed
Description
I'm not sure if this is just a CDN quirk, but all the links for 3.4.0-preview1 (https://www.ruby-lang.org/en/news/2024/05/16/ruby-3-4-0-preview1-released/) seem to be 404:
$ curl -s --head https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.0-preview1.tar.gz | head -1
HTTP/2 404
$ curl -s --head https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.0-preview1.tar.xz | head -1
HTTP/2 404
$ curl -s --head https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.0-preview1.zip | head -1
HTTP/2 404 www.ruby-lang.org/_data/releases.yml
Lines 33 to 35 in 100af59
| gz: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.0-preview1.tar.gz | |
| zip: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.0-preview1.zip | |
| xz: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.0-preview1.tar.xz |
🙇 ❤️
Metadata
Metadata
Assignees
Labels
No labels