summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-21 11:13:16 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-21 11:13:16 -0700
commite5cb3198c6ee34032625d8eef16e0710c5c89ed0 (patch)
tree6c0660ce5a4037e78d74100be7f086211201cefd
parent22f6e84d34eecf8d478c49f9f3369d2b71933a27 (diff)
downloadmixlib-authentication-requires.tar.gz
Fix failing testsrequires
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 b21c475..8786b84 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,6 +21,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