Skip to content

Commit b5c3d3f

Browse files
committed
Introduced debugging gems
1 parent 51a05c2 commit b5c3d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ group :development do
2525
end
2626

2727
group :test do
28+
gem 'ruby-lsp'
29+
gem 'debug'
2830
gem 'rubocop', '~> 1.61.0'
2931
gem 'rubocop-shopify', '~> 2.12.0', require: false
3032
gem 'rubocop-performance', require: false

0 commit comments

Comments
 (0)