DEV: Add pry-stack_explorer again (#26763)

This was reverted in 26a387c9c6
because the other pry gem changes there broke prod -- it
should be safe to just add this dev/test dependency
This commit is contained in:
Martin Brennan 2024-04-29 10:34:28 +10:00 committed by GitHub
parent 674cc2d1b5
commit acc5b01e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -146,6 +146,7 @@ group :test, :development do
gem "shoulda-matchers", require: false
gem "rspec-html-matchers"
gem "pry-stack_explorer", require: false
gem "byebug", require: ENV["RM_INFO"].nil?, platform: :mri
gem "rubocop-discourse", require: false
gem "parallel_tests"

View File

@ -308,6 +308,9 @@ GEM
pry (>= 0.13, < 0.15)
pry-rails (0.3.9)
pry (>= 0.10.4)
pry-stack_explorer (0.6.1)
binding_of_caller (~> 1.0)
pry (~> 0.13)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
@ -623,6 +626,7 @@ DEPENDENCIES
pg
pry-byebug
pry-rails
pry-stack_explorer
puma
rack
rack-mini-profiler

View File

@ -19,6 +19,7 @@ require "rbtrace" if RUBY_ENGINE == "ruby"
require "pry"
require "pry-byebug"
require "pry-rails"
require "pry-stack_explorer"
require "fabrication"
require "mocha/api"
require "certified"