Skip to content

Commit

Permalink
add rdoc as dev dependency for rails 2 😢
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Horner committed Feb 24, 2012
1 parent d1de173 commit 3314bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tarantula.gemspec
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "hpricot", "~> 0.8.4"

s.add_development_dependency "rspec", "~> 2.8.0"
s.add_development_dependency 'rdoc', '~> 3.12.0'
s.add_development_dependency "log_buddy", "~> 0.6.0"
s.add_development_dependency "mocha", "~> 0.9.12"
s.add_development_dependency "rails", ">= 2.3.0"
Expand Down

0 comments on commit 3314bd6

Please sign in to comment.