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 f397c52 commit 2683a47Copy full SHA for 2683a47
doc/contributor/stdlib.md
@@ -155,7 +155,7 @@ gem list | grep default:
155
* `ostruct` (default: 0.1.0)
156
* `prime` (default: 0.1.0)
157
* `psych` (default: 3.1.0)
158
-* `rdoc` (default: 6.1.0)
+* `rdoc` (default: 6.1.2)
159
* `rexml` (default: 3.1.9)
160
* `rss` (default: 0.2.7)
161
* `scanf` (default: 1.0.0)
lib/mri/rdoc/version.rb
@@ -3,6 +3,6 @@ module RDoc
3
##
4
# RDoc version you are using
5
6
- VERSION = '6.1.0'
+ VERSION = '6.1.2'
7
8
end
0 commit comments