1
0
Fork 0
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:
Charles Lowell 2011-05-31 09:56:35 -05:00
parent ce0ac4076c
commit 5f0fd32517

View file

@ -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"