Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for Ruby 3.0 with Rails+Rubygems
`gem update --system` will always attempt to install the latest version of Rubygems, even if it's not compatible with the currently-running Ruby, and rubygems-update 3.6 bumped the required Ruby version to `>= 3.1.0`. This has made it a much bigger hassle to keep supporting Ruby 3.0 in our CI.
- Loading branch information