From b5c3d3fe8296014a2ccc801d2c3ca17298970299 Mon Sep 17 00:00:00 2001 From: Albert Chu Date: Mon, 10 Mar 2025 18:11:26 -0600 Subject: [PATCH] Introduced debugging gems --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index a404c0d4..c56416f6 100644 --- a/Gemfile +++ b/Gemfile @@ -25,6 +25,8 @@ group :development do end group :test do + gem 'ruby-lsp' + gem 'debug' gem 'rubocop', '~> 1.61.0' gem 'rubocop-shopify', '~> 2.12.0', require: false gem 'rubocop-performance', require: false