Skip to content

Commit 30f923b

Browse files
authored
Merge pull request #2770 from ksss/backport-rdoc-7
[Backport] Support rdoc v7
2 parents 637ef2c + b569a48 commit 30f923b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GEM
104104
rb-fsevent (0.11.2)
105105
rb-inotify (0.11.1)
106106
ffi (~> 1.0)
107-
rdoc (6.17.0)
107+
rdoc (7.0.1)
108108
erb
109109
psych (>= 4.0.0)
110110
tsort

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)