Actions
Bug #17776
closed2.7.3 source tar.gz not on ruby-lang.org/
    Bug #17776:
    2.7.3 source tar.gz not on ruby-lang.org/
  
Description
It looks like the tar.gz was not uploaded for Ruby 2.7.3:
$ curl -I http://ftp.ruby-lang.org/pub/ruby/2.7/ruby-2.7.3.tar.gz | grep HTTP
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   301    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
HTTP/1.1 404 Not Found
$ curl -I https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.3.tar.gz | grep HTTP
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   301    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
HTTP/2 404
Actions