Skip to content

Commit b504498

Browse files
committed
Upgrade rdoc to get ruby/rdoc#1096
1 parent 5b7a9c4 commit b504498

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ end
6161

6262
group :doc do
6363
gem "sdoc", git: "https://github.com/rails/sdoc.git", branch: "main"
64-
gem "rdoc", "~> 6.5"
64+
gem "rdoc", github: "ruby/rdoc", branch: "master"
6565
gem "redcarpet", "~> 3.2.3", platforms: :ruby
6666
gem "w3c_validators", "~> 1.3.6"
6767
gem "rouge"

Gemfile.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ GIT
2424
rdoc (>= 5.0)
2525
rouge
2626

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+
2735
PATH
2836
remote: .
2937
specs:
@@ -435,8 +443,6 @@ GEM
435443
rb-inotify (0.10.1)
436444
ffi (~> 1.0)
437445
rbtree (0.4.6)
438-
rdoc (6.6.3.1)
439-
psych (>= 4.0.0)
440446
redcarpet (3.2.3)
441447
redis (5.0.8)
442448
redis-client (>= 0.17.0)
@@ -661,7 +667,7 @@ DEPENDENCIES
661667
rack-cache (~> 1.2)
662668
rails!
663669
rake (>= 13)
664-
rdoc (~> 6.5)
670+
rdoc!
665671
redcarpet (~> 3.2.3)
666672
redis (>= 4.0.1)
667673
redis-namespace

0 commit comments

Comments
 (0)