Skip to content

Commit 0c5d42f

Browse files
committed
Add Debug gem for easier debuging
1 parent 6b3cca7 commit 0c5d42f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ gem 'rake'
1414
gem 'rubocop'
1515
gem 'rubocop-rake'
1616
gem 'webrick'
17+
18+
gem "debug", "~> 1.9"

Gemfile.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ GEM
1212
ast (2.4.2)
1313
benchmark-ips (2.13.0)
1414
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)
1524
json (2.7.2)
1625
json (2.7.2-java)
1726
language_server-protocol (3.17.0.3)
@@ -23,12 +32,20 @@ GEM
2332
parser (3.3.0.5)
2433
ast (~> 2.4.1)
2534
racc
35+
psych (5.1.2)
36+
stringio
37+
psych (5.1.2-java)
38+
jar-dependencies (>= 0.1.7)
2639
public_suffix (5.0.5)
2740
racc (1.7.3)
2841
racc (1.7.3-java)
2942
rainbow (3.1.1)
3043
rake (13.2.1)
44+
rdoc (6.6.3.1)
45+
psych (>= 4.0.0)
3146
regexp_parser (2.9.0)
47+
reline (0.5.7)
48+
io-console (~> 0.5)
3249
rexml (3.2.6)
3350
rubocop (1.62.1)
3451
json (~> 2.3)
@@ -46,6 +63,7 @@ GEM
4663
rubocop-rake (0.6.0)
4764
rubocop (~> 1.0)
4865
ruby-progressbar (1.13.0)
66+
stringio (3.1.0)
4967
unicode-display_width (2.5.0)
5068
webrick (1.8.1)
5169

@@ -57,6 +75,7 @@ DEPENDENCIES
5775
benchmark-ips
5876
bump
5977
css_parser!
78+
debug (~> 1.9)
6079
maxitest
6180
memory_profiler
6281
rake

0 commit comments

Comments
 (0)