Homebrew / homebrew-portable-ruby

🚗 Versions of Ruby that can be installed and run from anywhere on the filesystem.
BSD 2-Clause "Simplified" License
128 stars 43 forks source link

portable-ruby 3.3.4 #223

Closed BrewTestBot closed 1 month ago

BrewTestBot commented 1 month ago

Created by brew bump


Created with brew bump-formula-pr.

p-linnane commented 1 month ago

@Bo98 Do the resources here always get bumped to the latest version? Or is there some kind of constraint to be aware of?

Bo98 commented 1 month ago

brew livecheck --resources portable-ruby should tell you. It will should indeed be the latest, though I reckon these already are.

ca-certs in portable-openssl probably need updating (this can be a separate PR).

This will be automated once someone gets around to looking into https://github.com/Homebrew/brew/issues/17401.

Bo98 commented 1 month ago
$ brew livecheck --resources portable-ruby
portable-ruby: 3.3.3 ==> 3.3.4
  msgpack: 1.7.2 ==> 1.7.2
  bootsnap: 1.18.3 ==> 1.18.3

Will handle OpenSSL maybe tomorrow if nobody has by then:

$ brew livecheck --resources portable-openssl
portable-openssl: 3.3.1 ==> 3.3.1
  cacert: 2024-03-11 ==> 2024-07-02
p-linnane commented 1 month ago

I'll open a PR to update portable-openssl.

Bo98 commented 1 month ago

Thanks, please do!