File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 61
61
62
62
group :doc do
63
63
gem "sdoc" , git : "https://github.com/rails/sdoc.git" , branch : "main"
64
- gem "rdoc" , "~> 6.5 "
64
+ gem "rdoc" , github : "ruby/rdoc" , branch : "master "
65
65
gem "redcarpet" , "~> 3.2.3" , platforms : :ruby
66
66
gem "w3c_validators" , "~> 1.3.6"
67
67
gem "rouge"
Original file line number Diff line number Diff line change 24
24
rdoc (>= 5.0 )
25
25
rouge
26
26
27
+ GIT
28
+ remote: https://github.com/ruby/rdoc.git
29
+ revision: 5c7ea6fa15f403b1c84f5b823716f75595c97d8c
30
+ branch: master
31
+ specs:
32
+ rdoc (6.6.3.1 )
33
+ psych (>= 4.0.0 )
34
+
27
35
PATH
28
36
remote: .
29
37
specs:
435
443
rb-inotify (0.10.1 )
436
444
ffi (~> 1.0 )
437
445
rbtree (0.4.6 )
438
- rdoc (6.6.3.1 )
439
- psych (>= 4.0.0 )
440
446
redcarpet (3.2.3 )
441
447
redis (5.0.8 )
442
448
redis-client (>= 0.17.0 )
@@ -661,7 +667,7 @@ DEPENDENCIES
661
667
rack-cache (~> 1.2 )
662
668
rails !
663
669
rake (>= 13 )
664
- rdoc ( ~> 6.5 )
670
+ rdoc !
665
671
redcarpet (~> 3.2.3 )
666
672
redis (>= 4.0.1 )
667
673
redis-namespace
You can’t perform that action at this time.
0 commit comments