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'