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
ruby: platform-specific native gems now package one native extension per supported Ruby ABI and
load the extension matching the current runtime. This keeps precompiled gems usable on Ruby 3.2,
3.3, 3.4, 3.5, and Ruby 4 while avoiding Parser#parse self-conversion TypeErrors from loading
an extension compiled against a different Ruby ABI.
Fixes #171.
Changed
grammars: refresh 22 grammar revisions to newer upstream commits (no languages added or
removed).
deps: refresh lock files with non-breaking updates within existing constraints (Cargo.lock, pnpm-lock.yaml, uv.lock, Ruby Gemfile.lock).