Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 3b157e9

Browse files
committed
track proper libv8 compatibility
1 parent 0c8ab86 commit 3b157e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/v8/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$CFLAGS += " -O0 -ggdb3"
1717
end
1818

19-
LIBV8_COMPATIBILITY = '~> 3.15.11'
19+
LIBV8_COMPATIBILITY = '~> 3.16.14'
2020

2121
begin
2222
require 'rubygems'

0 commit comments

Comments
 (0)