Skip to content

Commit f50c270

Browse files
authored
Merge pull request #2769 from ksss/rdoc-7
Support rdoc v7
2 parents 97c2bbe + bc3840b commit f50c270

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "json-schema"
1616
gem "goodcheck"
1717
gem 'digest'
1818
gem 'tempfile'
19-
gem "rdoc", "~> 6.16"
19+
gem "rdoc"
2020
gem "fileutils"
2121
gem "raap"
2222
gem "activesupport", "~> 7.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ GEM
106106
rb-fsevent (0.11.2)
107107
rb-inotify (0.11.1)
108108
ffi (~> 1.0)
109-
rdoc (6.17.0)
109+
rdoc (7.0.1)
110110
erb
111111
psych (>= 4.0.0)
112112
tsort
@@ -219,7 +219,7 @@ DEPENDENCIES
219219
rake-compiler
220220
rbs!
221221
rbs-amber!
222-
rdoc (~> 6.16)
222+
rdoc
223223
rspec
224224
rubocop
225225
rubocop-on-rbs

lib/rdoc/discover.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
begin
4-
gem 'rdoc', '~> 6.16'
4+
gem 'rdoc', '>= 6.16'
55
require 'rdoc_plugin/parser'
66
module RDoc
77
class Parser

0 commit comments

Comments
 (0)