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

Rake dependency fix

This commit is contained in:
Logan Lowell 2011-05-31 12:24:56 -05:00
parent cdb7393024
commit 7ebbf10ca9

View file

@ -26,6 +26,6 @@ Gem::Specification.new do |s|
s.extensions = ["ext/libv8/extconf.rb"]
s.require_paths = ["lib"]
s.add_development_dependency "rake"
s.add_development_dependency "rake", "~> 0.8.7"
s.add_development_dependency "bundler"
end