summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-03-10 11:32:35 -0800
committerTim Smith <tsmith84@gmail.com>2021-03-10 11:32:35 -0800
commitb5c1d789fe043dd5b01451c10254a80d6807a582 (patch)
tree07fc03606be58d3d3ce072c5fa66032590ef6a6c
parent67efd8733f973a745261e41755c7b98a4418da2b (diff)
downloadmixlib-config-b5c1d789fe043dd5b01451c10254a80d6807a582.tar.gz
Fix Ruby 2.4 tests
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 70367e8..a051fa3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,5 @@ end
group :debug do
gem "pry"
gem "pry-byebug"
- gem "pry-stack_explorer", "~> 0.4.0" # supports Ruby < 2.6
gem "rb-readline"
end