summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-30 12:07:49 -0800
committerGitHub <noreply@github.com>2020-12-30 12:07:49 -0800
commit106d6b25c574c2441d64e3ac6ae22587aa6d3661 (patch)
treee89a34058a60799f5aeb78a270109bd31434bb77 /Gemfile
parenta66cef3d240e3a171d589516262fc2cbcb8de134 (diff)
parenta9ceaf8d3055cedd1b0f5ae25e3d04b0a37ebfe9 (diff)
downloadmixlib-config-106d6b25c574c2441d64e3ac6ae22587aa6d3661.tar.gz
Merge pull request #99 from chef/ruby27
Add Ruby 2.7 testing + cache gem installs in CI
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f52ba7d..c484358 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,6 @@ end
group :debug do
gem "pry"
gem "pry-byebug"
- gem "pry-stack_explorer"
+ gem "pry-stack_explorer", "~> 0.4.0" # supports Ruby < 2.6
gem "rb-readline"
end