Skip to content

Commit

Permalink
Merge pull request #3229 from Shopify/use-updated-rdoc-theme-for-ruby…
Browse files Browse the repository at this point in the history
…-doc
  • Loading branch information
kddnewton authored Nov 20, 2024
2 parents 196d034 + 755b9d8 commit b3cef9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platforms :mri, :mswin, :mingw, :x64_mingw do
gem "parser"
gem "ruby_memcheck"
gem "ruby_parser"
end
gem "rdoc"
end

gem "onigmo", platforms: :ruby
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ GEM
ast (~> 2.4.1)
racc
power_assert (2.0.3)
psych (5.2.0)
stringio
racc (1.8.0)
rake (13.2.1)
rake-compiler (1.2.7)
rake
rdoc (6.8.1)
psych (>= 4.0.0)
ruby_memcheck (3.0.0)
nokogiri
ruby_parser (3.21.0)
racc (~> 1.5)
sexp_processor (~> 4.16)
sexp_processor (4.17.1)
stringio (3.1.2)
test-unit (3.6.2)
power_assert

Expand All @@ -42,6 +47,7 @@ DEPENDENCIES
prism!
rake
rake-compiler
rdoc
ruby_memcheck
ruby_parser
test-unit
Expand Down

0 comments on commit b3cef9d

Please sign in to comment.