Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading