summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Silvera <noah@super.gd>2021-04-13 08:46:30 -0700
committerNoah Silvera <noah@super.gd>2021-04-15 18:18:17 -0700
commita4aafda67dc0d77ea80b17729f95c3dd0eddb641 (patch)
tree51199b6d28aa19b4fc8198e7ea707b247fa55173
parenta467dd0eae45d74da3b4c8ca26e01fb804e8ca3d (diff)
Add pry debugging tools
Pry stack explorer and byebug are useful tools to have for debugging this extension.
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6be78e4..8e43ed3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,6 +25,8 @@ end
group :development, :test do
gem "pry"
+ gem "pry-stack_explorer"
+ gem "pry-byebug"
end
gemspec