-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix segfault, disable V8's thread-isolated allocator
Fixes: #300
- Loading branch information
1 parent
6366ea1
commit a6e1e15
Showing
2 changed files
with
135 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# frozen_string_literal: true | ||
|
||
module MiniRacer | ||
VERSION = "0.14.1" | ||
LIBV8_NODE_VERSION = "~> 18.19.0.0" | ||
VERSION = "0.15.0" | ||
LIBV8_NODE_VERSION = "~> 22.5.1.0" | ||
end |