Skip to content

Commit 755b9d8

Browse files
committed
Add RDoc to development dependencies
RDoc has started receiving more updates, especially around the default theme. By having it as a development dependency, we can use the latest theme for Prism's Ruby documentation too.
1 parent 196d034 commit 755b9d8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ platforms :mri, :mswin, :mingw, :x64_mingw do
1414
gem "parser"
1515
gem "ruby_memcheck"
1616
gem "ruby_parser"
17-
end
17+
gem "rdoc"
18+
end
1819

1920
gem "onigmo", platforms: :ruby

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,21 @@ GEM
1818
ast (~> 2.4.1)
1919
racc
2020
power_assert (2.0.3)
21+
psych (5.2.0)
22+
stringio
2123
racc (1.8.0)
2224
rake (13.2.1)
2325
rake-compiler (1.2.7)
2426
rake
27+
rdoc (6.8.1)
28+
psych (>= 4.0.0)
2529
ruby_memcheck (3.0.0)
2630
nokogiri
2731
ruby_parser (3.21.0)
2832
racc (~> 1.5)
2933
sexp_processor (~> 4.16)
3034
sexp_processor (4.17.1)
35+
stringio (3.1.2)
3136
test-unit (3.6.2)
3237
power_assert
3338

@@ -42,6 +47,7 @@ DEPENDENCIES
4247
prism!
4348
rake
4449
rake-compiler
50+
rdoc
4551
ruby_memcheck
4652
ruby_parser
4753
test-unit

0 commit comments

Comments
 (0)