File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ gem "json-schema"
1616gem "goodcheck"
1717gem 'digest'
1818gem 'tempfile'
19- gem "rdoc" , "~> 6.16"
19+ gem "rdoc"
2020gem "fileutils"
2121gem "raap"
2222gem "activesupport" , "~> 7.0"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33begin
4- gem 'rdoc' , '~> 6.16'
4+ gem 'rdoc' , '>= 6.16'
55 require 'rdoc_plugin/parser'
66 module RDoc
77 class Parser
You can’t perform that action at this time.
0 commit comments