Skip to content

Commit 94d61d8

Browse files
committed
Add irb to Gemfile
1 parent 7e040d2 commit 94d61d8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ gem "fileutils"
2121
gem "raap"
2222
gem "activesupport", "~> 7.0"
2323
gem "extconf_compile_commands_json"
24+
gem "irb"
2425

2526
group :libs do
2627
# Libraries required for stdlib test

Gemfile.lock

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ GEM
5252
strong_json (>= 1.1, < 2.2)
5353
i18n (1.14.7)
5454
concurrent-ruby (~> 1.0)
55+
io-console (0.8.1)
56+
irb (1.15.3)
57+
pp (>= 0.6.0)
58+
rdoc (>= 4.0.0)
59+
reline (>= 0.4.2)
5560
json (2.16.0)
5661
json-schema (6.0.0)
5762
addressable (~> 2.8)
@@ -81,6 +86,9 @@ GEM
8186
ast (~> 2.4.1)
8287
racc
8388
power_assert (3.0.1)
89+
pp (0.6.3)
90+
prettyprint
91+
prettyprint (0.2.0)
8492
prism (1.6.0)
8593
pstore (0.2.0)
8694
psych (4.0.6)
@@ -102,6 +110,8 @@ GEM
102110
psych (>= 4.0.0)
103111
tsort
104112
regexp_parser (2.11.3)
113+
reline (0.6.3)
114+
io-console (~> 0.5)
105115
rspec (3.13.2)
106116
rspec-core (~> 3.13.0)
107117
rspec-expectations (~> 3.13.0)
@@ -192,6 +202,7 @@ DEPENDENCIES
192202
extconf_compile_commands_json
193203
fileutils
194204
goodcheck
205+
irb
195206
json
196207
json-schema
197208
memory_profiler

0 commit comments

Comments
 (0)