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

Updated libv8 version

This commit is contained in:
Jim 2016-09-27 01:13:48 +02:00 committed by GitHub
parent 4c2a744976
commit c0334c592f

View file

@ -18,5 +18,5 @@ Gem::Specification.new do |gem|
gem.license = 'MIT'
gem.add_dependency 'ref'
gem.add_dependency 'libv8', '~> 3.16.14.0'
gem.add_dependency 'libv8', '~> 3.16.14.15'
end