summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-02-11 22:35:21 -0800
committerTim Smith <tsmith84@gmail.com>2021-02-11 22:35:21 -0800
commit3dcff1176090a731c254841e3b7f10ea1253ad47 (patch)
treeadbfc74288b9ef898c23660b26443c9273d713f9
parent413a0cc179242d99909db2db1dd07803ea8145b6 (diff)
downloadmixlib-shellout-3dcff1176090a731c254841e3b7f10ea1253ad47.tar.gz
Pin chef-utils
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 261f195..d5dd10a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,3 +13,8 @@ group :debug do
gem "pry-byebug"
gem "rb-readline"
end
+
+if Gem.ruby_version < Gem::Version.new("2.6")
+ # 16.7.23 required ruby 2.6+
+ gem "chef-utils", "< 16.7.23" # TODO: remove when we drop ruby 2.4/2.5
+end