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.
2 parents 637ef2c + b569a48 commit 30f923bCopy full SHA for 30f923b
Gemfile.lock
@@ -104,7 +104,7 @@ GEM
104
rb-fsevent (0.11.2)
105
rb-inotify (0.11.1)
106
ffi (~> 1.0)
107
- rdoc (6.17.0)
+ rdoc (7.0.1)
108
erb
109
psych (>= 4.0.0)
110
tsort
lib/rdoc/discover.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
begin
4
- gem 'rdoc', '~> 6.16'
+ gem 'rdoc', '>= 6.16'
5
require 'rdoc_plugin/parser'
6
module RDoc
7
class Parser
0 commit comments