diff options
author | Noah Silvera <noah@super.gd> | 2021-04-13 08:46:30 -0700 |
---|---|---|
committer | Noah Silvera <noah@super.gd> | 2021-04-15 18:18:17 -0700 |
commit | a4aafda67dc0d77ea80b17729f95c3dd0eddb641 (patch) | |
tree | 51199b6d28aa19b4fc8198e7ea707b247fa55173 /Gemfile | |
parent | a467dd0eae45d74da3b4c8ca26e01fb804e8ca3d (diff) |
Add pry debugging tools
Pry stack explorer and byebug are useful tools to have for debugging
this extension.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ end group :development, :test do gem "pry" + gem "pry-stack_explorer" + gem "pry-byebug" end gemspec |