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
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "test-unit"

platforms :mri, :mswin, :mingw, :x64_mingw do
gem "ffi"
gem "irb"
gem "parser"
gem "ruby_memcheck"
gem "ruby_parser"
Expand Down
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ GEM
date (3.5.1)
erb (6.0.1)
ffi (1.17.3)
io-console (0.8.2)
irb (1.16.0)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
mini_portile2 (2.8.9)
nokogiri (1.19.0)
mini_portile2 (~> 2.8.2)
Expand All @@ -20,6 +25,9 @@ GEM
ast (~> 2.4.1)
racc
power_assert (3.0.1)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
psych (5.3.1)
date
stringio
Expand All @@ -31,6 +39,8 @@ GEM
erb
psych (>= 4.0.0)
tsort
reline (0.6.3)
io-console (~> 0.5)
ruby_memcheck (3.0.1)
nokogiri
ruby_parser (3.22.0)
Expand All @@ -48,6 +58,7 @@ PLATFORMS
DEPENDENCIES
benchmark-ips
ffi
irb
onigmo
parser
prism!
Expand Down