You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update RubyGems in GitHub Actions CI
* Allow `WARN: Unresolved or ambiguous specs during Gem::Specification.reset:` for Ruby 3.0.x and TruffleRuby
The latest RubyGems version supported on Ruby 3.0 is 3.5.23,
and TruffleRuby does not support `gem update --system` (its bundled
RubyGems version is 3.5.22). Both of these are lower than 3.6.0,
so the warning is expected in these environments.
0 commit comments