Skip to content

Commit

Permalink
Bump rake dependency to 0.8.4. [#5279 state:resolved]
Browse files Browse the repository at this point in the history
This rake version adds the Rake::RDocTask#rdoc_task_name method, used in
railties/lib/rails/tasks/documentation.rake

Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
ktheory authored and josevalim committed Aug 24, 2010
1 parent 747e074 commit 3519d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/railties.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.rdoc_options << '--exclude' << '.'
s.has_rdoc = false

s.add_dependency('rake', '>= 0.8.3')
s.add_dependency('rake', '>= 0.8.4')
s.add_dependency('thor', '~> 0.14.0')
s.add_dependency('activesupport', version)
s.add_dependency('actionpack', version)
Expand Down

0 comments on commit 3519d61

Please sign in to comment.