summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-16 21:19:29 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-16 21:19:29 -0800
commit17004f265876f3e4540500d3d1f6ddcc3e24417b (patch)
treeecee9a97bd2d1cd905f06c0940ffd85303c6935b /Gemfile
parent225268c1a4697b06d067420d69b3def1ea48b092 (diff)
downloadchef-17004f265876f3e4540500d3d1f6ddcc3e24417b.tar.gz
Remove pry-remote from the packagepry_remote
pry-remote is questionably useful for our user base and hasn't seen a release for doing on 7 years. Removing it removes 2 gem deps total. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index beae5f67df..1dad1b7f64 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,7 +35,6 @@ end
group(:omnibus_package, :pry) do
gem "pry"
gem "pry-byebug"
- gem "pry-remote"
gem "pry-stack_explorer"
end