Skip to content

Commit a2f8811

Browse files
committed
use rdoc ~> 3.12.3
1 parent 2b9b47e commit a2f8811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/tools/docs.rake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ interpreters = RubyInstaller::BaseVersions.collect { |ver|
66
}
77

88
begin
9-
gem 'rdoc', '~> 3.12'
9+
gem 'rdoc', '~> 3.12.3'
1010
require 'rdoc/rdoc'
1111
gem 'rdoc_chm', '~> 3.1.0'
1212
rescue Gem::LoadError
1313
if Rake.application.options.show_tasks
14-
puts "You need rdoc 3.12 and rdoc_chm 3.1.0 gems installed"
14+
puts "You need rdoc 3.12.3 and rdoc_chm 3.1.0 gems installed"
1515
puts "in order to build the docs tasks."
16-
puts "Try `gem install rdoc -v 3.12` and later `gem install rdoc_chm -v 3.1.0`"
16+
puts "Try `gem install rdoc -v 3.12.3` and later `gem install rdoc_chm -v 3.1.0`"
1717
puts
1818
end
1919
interpreters = []

0 commit comments

Comments
 (0)