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:
parent
c0334c592f
commit
ca3cba8fd5
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue