From b422d958965972972a671b7d1bba61fa343f8175 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Mon, 4 Apr 2022 15:12:49 -0700 Subject: Hard Coding the gems in the gemfile to overcome a Ruby 3.1 bug Signed-off-by: John McCrae --- mixlib-shellout.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixlib-shellout.gemspec') diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec index d05ecf1..f3fa91a 100644 --- a/mixlib-shellout.gemspec +++ b/mixlib-shellout.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/chef/mixlib-shellout" s.license = "Apache-2.0" - s.required_ruby_version = ">= 2.4" + s.required_ruby_version = ">= 2.5" s.add_dependency "chef-utils" s.require_path = "lib" -- cgit v1.2.1