From 14757e85f67441a81e929a4848a49eb2231e9cc6 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 16 Jul 2020 11:58:13 -0700 Subject: remove ruby 2.2+2.3 train has a floor on 2.4 now so that is the oldest we need to support Signed-off-by: Lamont Granquist --- 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 76807b3..dbb4c3d 100644 --- a/mixlib-shellout.gemspec +++ b/mixlib-shellout.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.email = "info@chef.io" s.homepage = "https://github.com/chef/mixlib-shellout" - s.required_ruby_version = ">= 2.2" + s.required_ruby_version = ">= 2.4" s.add_dependency "chef-utils" s.require_path = "lib" -- cgit v1.2.1