[#477] Not using deprecated rake/rdoctask but rdoc/task instead
works with all rdoc versions since 2.4.2 see https://github.com/rdoc/rdoc/blob/master/History.txt
This commit is contained in:
parent
9ccb172c81
commit
2630a84e10
2
Gemfile
2
Gemfile
|
@ -5,7 +5,7 @@ gem "rails", "2.3.12"
|
|||
gem "coderay", "~> 0.9.7"
|
||||
gem "i18n", "~> 0.4.2"
|
||||
gem "rubytree", "~> 0.5.2", :require => 'tree'
|
||||
gem "rdoc"
|
||||
gem "rdoc", ">= 2.4.2"
|
||||
|
||||
group :test do
|
||||
gem 'shoulda', '~> 2.10.3'
|
||||
|
|
Loading…
Reference in New Issue