1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

Updated libv8 version to match gemspec file

This commit is contained in:
Jim 2016-09-27 23:30:41 +02:00 committed by GitHub
parent c0334c592f
commit ca3cba8fd5

View file

@ -16,7 +16,7 @@ if enable_config('debug')
$CFLAGS += " -O0 -ggdb3" $CFLAGS += " -O0 -ggdb3"
end end
LIBV8_COMPATIBILITY = '~> 3.16.14' LIBV8_COMPATIBILITY = '~> 3.16.14.15'
begin begin
require 'rubygems' require 'rubygems'