From ca3cba8fd50d80b4d13321a81b490d060d02300c Mon Sep 17 00:00:00 2001 From: Jim Date: Tue, 27 Sep 2016 23:30:41 +0200 Subject: [PATCH] Updated libv8 version to match gemspec file --- ext/v8/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/v8/extconf.rb b/ext/v8/extconf.rb index 1bc885b..aabd8f4 100644 --- a/ext/v8/extconf.rb +++ b/ext/v8/extconf.rb @@ -16,7 +16,7 @@ if enable_config('debug') $CFLAGS += " -O0 -ggdb3" end -LIBV8_COMPATIBILITY = '~> 3.16.14' +LIBV8_COMPATIBILITY = '~> 3.16.14.15' begin require 'rubygems'