This commit is contained in:
Rafael Mendonça França 2024-05-22 18:57:08 +00:00
parent 5b7a9c4e88
commit b504498c97
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
2 changed files with 10 additions and 4 deletions

View File

@ -61,7 +61,7 @@ end
group :doc do group :doc do
gem "sdoc", git: "https://github.com/rails/sdoc.git", branch: "main" gem "sdoc", git: "https://github.com/rails/sdoc.git", branch: "main"
gem "rdoc", "~> 6.5" gem "rdoc", github: "ruby/rdoc", branch: "master"
gem "redcarpet", "~> 3.2.3", platforms: :ruby gem "redcarpet", "~> 3.2.3", platforms: :ruby
gem "w3c_validators", "~> 1.3.6" gem "w3c_validators", "~> 1.3.6"
gem "rouge" gem "rouge"

View File

@ -24,6 +24,14 @@ GIT
rdoc (>= 5.0) rdoc (>= 5.0)
rouge rouge
GIT
remote: https://github.com/ruby/rdoc.git
revision: 5c7ea6fa15f403b1c84f5b823716f75595c97d8c
branch: master
specs:
rdoc (6.6.3.1)
psych (>= 4.0.0)
PATH PATH
remote: . remote: .
specs: specs:
@ -435,8 +443,6 @@ GEM
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rbtree (0.4.6) rbtree (0.4.6)
rdoc (6.6.3.1)
psych (>= 4.0.0)
redcarpet (3.2.3) redcarpet (3.2.3)
redis (5.0.8) redis (5.0.8)
redis-client (>= 0.17.0) redis-client (>= 0.17.0)
@ -661,7 +667,7 @@ DEPENDENCIES
rack-cache (~> 1.2) rack-cache (~> 1.2)
rails! rails!
rake (>= 13) rake (>= 13)
rdoc (~> 6.5) rdoc!
redcarpet (~> 3.2.3) redcarpet (~> 3.2.3)
redis (>= 4.0.1) redis (>= 4.0.1)
redis-namespace redis-namespace