We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9b47e commit a2f8811Copy full SHA for a2f8811
recipes/tools/docs.rake
@@ -6,14 +6,14 @@ interpreters = RubyInstaller::BaseVersions.collect { |ver|
6
}
7
8
begin
9
- gem 'rdoc', '~> 3.12'
+ gem 'rdoc', '~> 3.12.3'
10
require 'rdoc/rdoc'
11
gem 'rdoc_chm', '~> 3.1.0'
12
rescue Gem::LoadError
13
if Rake.application.options.show_tasks
14
- puts "You need rdoc 3.12 and rdoc_chm 3.1.0 gems installed"
+ puts "You need rdoc 3.12.3 and rdoc_chm 3.1.0 gems installed"
15
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`"
+ puts "Try `gem install rdoc -v 3.12.3` and later `gem install rdoc_chm -v 3.1.0`"
17
puts
18
end
19
interpreters = []
0 commit comments