File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ gem 'rake'
14
14
gem 'rubocop'
15
15
gem 'rubocop-rake'
16
16
gem 'webrick'
17
+
18
+ gem "debug" , "~> 1.9"
Original file line number Diff line number Diff line change 12
12
ast (2.4.2 )
13
13
benchmark-ips (2.13.0 )
14
14
bump (0.10.0 )
15
+ debug (1.9.2 )
16
+ irb (~> 1.10 )
17
+ reline (>= 0.3.8 )
18
+ io-console (0.7.2 )
19
+ io-console (0.7.2-java )
20
+ irb (1.13.1 )
21
+ rdoc (>= 4.0.0 )
22
+ reline (>= 0.4.2 )
23
+ jar-dependencies (0.4.1 )
15
24
json (2.7.2 )
16
25
json (2.7.2-java )
17
26
language_server-protocol (3.17.0.3 )
23
32
parser (3.3.0.5 )
24
33
ast (~> 2.4.1 )
25
34
racc
35
+ psych (5.1.2 )
36
+ stringio
37
+ psych (5.1.2-java )
38
+ jar-dependencies (>= 0.1.7 )
26
39
public_suffix (5.0.5 )
27
40
racc (1.7.3 )
28
41
racc (1.7.3-java )
29
42
rainbow (3.1.1 )
30
43
rake (13.2.1 )
44
+ rdoc (6.6.3.1 )
45
+ psych (>= 4.0.0 )
31
46
regexp_parser (2.9.0 )
47
+ reline (0.5.7 )
48
+ io-console (~> 0.5 )
32
49
rexml (3.2.6 )
33
50
rubocop (1.62.1 )
34
51
json (~> 2.3 )
46
63
rubocop-rake (0.6.0 )
47
64
rubocop (~> 1.0 )
48
65
ruby-progressbar (1.13.0 )
66
+ stringio (3.1.0 )
49
67
unicode-display_width (2.5.0 )
50
68
webrick (1.8.1 )
51
69
@@ -57,6 +75,7 @@ DEPENDENCIES
57
75
benchmark-ips
58
76
bump
59
77
css_parser !
78
+ debug (~> 1.9 )
60
79
maxitest
61
80
memory_profiler
62
81
rake
You can’t perform that action at this time.
0 commit comments