Bump Ruby version to >=3.3#425
Merged
Merged
Conversation
Collaborator
Author
|
Not sure why truffleruby is failing now in CI, this PR doesn't touch anything in that regard. /cc jFYI @eregon |
Collaborator
|
looks good! |
ursm
added a commit
to ursm/mini_racer
that referenced
this pull request
Jun 5, 2026
Renames the gem to mini_racer-csim so csim can depend on a released gem instead of pinning a git ref. The library is unchanged for consumers: still required as "mini_racer" and exposing the MiniRacer module (drop-in). Only packaging moves: gemspec name/metadata/homepage point at the fork, the native-extension loader resolves require_paths under the new spec name (falling back to the upstream name and to default paths), and Rakefile/Gemfile reference the renamed gemspec. This branch (csim) is the fork's main: upstream mini_racer (incl. rubyjs#427/rubyjs#425, merged here) plus the browser-fidelity work — CachedData/rubyjs#413, ES Module API/rubyjs#421, GVL-release/rubyjs#424, nested-watchdog/rubyjs#423, host_namespace/rubyjs#426, reset_realm + warm-compile, load_module_graph + URL registry. Full suite + single-threaded green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As per our policy, mini_racer only supports non-EOL'd versions of Ruby. Currently Ruby 3.3+ is supported, see https://www.ruby-lang.org/en/downloads/branches/.