mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
depend on libv8 3.3.10.1 which had ubuntu compile error.
This commit is contained in:
parent
ce0ac4076c
commit
5f0fd32517
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|||
s.extensions = ["ext/v8/extconf.rb"]
|
||||
s.require_paths = ["lib", "ext"]
|
||||
|
||||
s.add_dependency "libv8", "~> 3.3.10"
|
||||
s.add_dependency "libv8", ">= 3.3.10.1", "< 3.3.11"
|
||||
|
||||
s.add_development_dependency "rake", "~> 0.8.7"
|
||||
s.add_development_dependency "rspec", ">= 2.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue