summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-17 10:46:47 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-17 10:46:47 -0700
commit09946ce4a07459765dfb00608bfc260ea5934fa0 (patch)
treec0bf29fa83608599efe1850f95f03860c57d92d0 /Gemfile
parentc93645b9e1c7e2b96a98762aa58bcb9c8482f55c (diff)
downloadohai-09946ce4a07459765dfb00608bfc260ea5934fa0.tar.gz
Pin pry-stack_explorer for tests
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2eceb4d4..61650f8c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,6 +22,6 @@ end
group :debug do
gem "pry"
gem "pry-byebug"
- gem "pry-stack_explorer"
+ gem "pry-stack_explorer", "~> 0.4.0" # pin until we drop ruby < 2.6
gem "rb-readline"
end