Skip to content

Commit

Permalink
Fix issue rails#1598 by adding a dependency to the RDoc gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
chopmo authored and tenderlove committed Jun 9, 2011
1 parent 9e71825 commit 7cca6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/railties.gemspec
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency('rake', '>= 0.8.7')
s.add_dependency('thor', '~> 0.14.6')
s.add_dependency('rack-ssl', '~> 1.3.2')
s.add_dependency('rdoc', '~> 3.4')
s.add_dependency('activesupport', version)
s.add_dependency('actionpack', version)
end

0 comments on commit 7cca6a2

Please sign in to comment.