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

needs libv8 >= 3.10.7.0

This commit is contained in:
Charles Lowell 2012-05-01 15:10:28 -07:00
parent b2e3057c5c
commit 3c2ca322c5

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib", "ext"]
gem.version = V8::VERSION
gem.add_dependency "libv8", "~> 3.9.24"
gem.add_dependency "libv8", "~> 3.10.7"
gem.add_development_dependency "rake"
gem.add_development_dependency "rake-compiler"