We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c7e394 + 90c4365 commit c0958cdCopy full SHA for c0958cd
Gemfile
@@ -63,7 +63,7 @@ end
63
64
group :doc do
65
gem "sdoc", git: "https://github.com/rails/sdoc.git", branch: "main"
66
- gem "rdoc", "~> 6.7"
+ gem "rdoc", "< 6.10"
67
gem "redcarpet", "~> 3.2.3", platforms: :ruby
68
gem "w3c_validators", "~> 1.3.6"
69
gem "rouge"
Gemfile.lock
@@ -713,7 +713,7 @@ DEPENDENCIES
713
rack-cache (~> 1.2)
714
rails!
715
rake (>= 13)
716
- rdoc (~> 6.7)
+ rdoc (< 6.10)
717
redcarpet (~> 3.2.3)
718
redis (>= 4.0.1)
719
redis-namespace
0 commit comments