mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
depend on the publicly available libv8
This commit is contained in:
parent
7b78df6736
commit
8d34c2339a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
|
|||
gem.require_paths = ["lib", "ext"]
|
||||
gem.version = V8::VERSION
|
||||
|
||||
gem.add_dependency "libv8", "~> 3.10.7"
|
||||
gem.add_dependency "libv8", "~> 3.10.8"
|
||||
|
||||
gem.add_development_dependency "rake"
|
||||
gem.add_development_dependency "rake-compiler"
|
||||
|
|
Loading…
Reference in a new issue