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

Commit 3990af5

Browse files
committed
v8 version spec fails after upstream update
Just bump the version to 3.15
1 parent e0852e8 commit 3990af5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/c/constants_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
end
1616

1717
it "can access the V8 version" do
18-
V8::C::V8::GetVersion().should match /^3\.11/
18+
V8::C::V8::GetVersion().should match /^3\.15/
1919
end
20-
end
20+
end

0 commit comments

Comments
 (0)