From 5f1b84cceefd63e068c617281054a36d338befeb Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 18 Feb 2021 17:15:49 -0800 Subject: [PATCH] Remove pry-stack-explorer test dep We don't use this and it causes failures in Ruby 2.4 tests Signed-off-by: Tim Smith --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 79607125..27a612b1 100644 --- a/Gemfile +++ b/Gemfile @@ -29,6 +29,5 @@ end group :debug do gem "pry" gem "pry-byebug" - gem "pry-stack_explorer", "~> 0.4.0" # pin until we drop ruby < 2.6 gem "rb-readline" end