summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-17 10:46:47 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-22 22:25:24 -0700
commitfec74ea7ef84222af23acb4fc291f55e30fb9f9e (patch)
tree517f1c6284aa2ed35ed0c3bf71c402b17e165ab6
parent8febb48d8e75a8b0c701e65c118776a6cbe30277 (diff)
downloadohai-15_blocklist.tar.gz
Pin pry-stack_explorer for tests15_blocklist
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fb8cc079..a7508f2f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,6 +25,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