On Sun, Dec 06, 2020 at 07:11:49PM +0000, Ryan Prior wrote: > It would be great if we can update the default Ruby to 2.7.2. Is there a > process for updating Ruby I can follow to help out?
I don't know about Ruby in particular. The general process for updating a "compiler" package is to update the package and then try rebuilding everything that uses the build system in question. `guix refresh --list-dependents` doesn't dependencies that go through build systems, unfortunately. You could do `git grep ruby-build-system gnu/packages`, choose some test packages, and let the build farm sort out the rest.