Skip to content

Commit 486bb99

Browse files
committed
Use rails fork for rdoc gem
This allow us to actually get a working gem from github.
1 parent b504498 commit 486bb99

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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", github: "ruby/rdoc", branch: "master"
64+
gem "rdoc", github: "rails/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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ GIT
1414
specs:
1515
httpclient (2.8.3)
1616

17+
GIT
18+
remote: https://github.com/rails/rdoc.git
19+
revision: 7472b691920b65b9e0f9f4d1bd6ed757c71d5c70
20+
branch: master
21+
specs:
22+
rdoc (6.6.3.1)
23+
psych (>= 4.0.0)
24+
1725
GIT
1826
remote: https://github.com/rails/sdoc.git
1927
revision: e9bb867eba81f48c402a129e688e810ec1fa387c
@@ -24,14 +32,6 @@ GIT
2432
rdoc (>= 5.0)
2533
rouge
2634

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-
3535
PATH
3636
remote: .
3737
specs:

0 commit comments

Comments
 (0)