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 97c2bbe commit bc3840bCopy full SHA for bc3840b
3 files changed
Gemfile
@@ -16,7 +16,7 @@ gem "json-schema"
16
gem "goodcheck"
17
gem 'digest'
18
gem 'tempfile'
19
-gem "rdoc", "~> 6.16"
+gem "rdoc"
20
gem "fileutils"
21
gem "raap"
22
gem "activesupport", "~> 7.0"
Gemfile.lock
@@ -106,7 +106,7 @@ GEM
106
rb-fsevent (0.11.2)
107
rb-inotify (0.11.1)
108
ffi (~> 1.0)
109
- rdoc (6.17.0)
+ rdoc (7.0.1)
110
erb
111
psych (>= 4.0.0)
112
tsort
@@ -219,7 +219,7 @@ DEPENDENCIES
219
rake-compiler
220
rbs!
221
rbs-amber!
222
- rdoc (~> 6.16)
+ rdoc
223
rspec
224
rubocop
225
rubocop-on-rbs
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