mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
add rake as a development dependency for rake 0.9.0
This commit is contained in:
parent
e256cee6b5
commit
0bb881b255
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ Gem::Specification.new do |s|
|
|||
s.extensions = ["ext/v8/extconf.rb"]
|
||||
s.require_paths = ["lib", "ext"]
|
||||
|
||||
s.add_development_dependency "rake"
|
||||
s.add_development_dependency "rspec", ">= 2.0.0"
|
||||
s.add_development_dependency "rake-compiler"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue