mirror of https://github.com/rails/rails
Merge pull request #51899 from zzak/bump-rdoc
Use released version of RDoc v6.7.0
This commit is contained in:
commit
13252f000c
2
Gemfile
2
Gemfile
|
@ -61,7 +61,7 @@ end
|
|||
|
||||
group :doc do
|
||||
gem "sdoc", git: "https://github.com/rails/sdoc.git", branch: "main"
|
||||
gem "rdoc", github: "rails/rdoc", branch: "master"
|
||||
gem "rdoc", "~> 6.7"
|
||||
gem "redcarpet", "~> 3.2.3", platforms: :ruby
|
||||
gem "w3c_validators", "~> 1.3.6"
|
||||
gem "rouge"
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -14,14 +14,6 @@ GIT
|
|||
specs:
|
||||
httpclient (2.8.3)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/rails/rdoc.git
|
||||
revision: 7472b691920b65b9e0f9f4d1bd6ed757c71d5c70
|
||||
branch: master
|
||||
specs:
|
||||
rdoc (6.6.3.1)
|
||||
psych (>= 4.0.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/rails/sdoc.git
|
||||
revision: e9bb867eba81f48c402a129e688e810ec1fa387c
|
||||
|
@ -443,6 +435,8 @@ GEM
|
|||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rbtree (0.4.6)
|
||||
rdoc (6.7.0)
|
||||
psych (>= 4.0.0)
|
||||
redcarpet (3.2.3)
|
||||
redis (5.0.8)
|
||||
redis-client (>= 0.17.0)
|
||||
|
@ -667,7 +661,7 @@ DEPENDENCIES
|
|||
rack-cache (~> 1.2)
|
||||
rails!
|
||||
rake (>= 13)
|
||||
rdoc!
|
||||
rdoc (~> 6.7)
|
||||
redcarpet (~> 3.2.3)
|
||||
redis (>= 4.0.1)
|
||||
redis-namespace
|
||||
|
|
Loading…
Reference in New Issue