summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpoornima <poorndm@progress.com>2022-02-28 12:09:25 +0530
committerpoornima <poorndm@progress.com>2022-02-28 12:09:25 +0530
commit373b6381f29f0ee6b88ccac7c4816ef0f6c024cd (patch)
tree73279ae65ccbb2ef028fa753eed964eb3ed37b9f
parent2bdc6c21262f97c7fbe8022b808f4183a8d989e8 (diff)
downloadmixlib-shellout-373b6381f29f0ee6b88ccac7c4816ef0f6c024cd.tar.gz
Update ruby in the gemspec
Signed-off-by: poornima <poorndm@progress.com>
-rw-r--r--mixlib-shellout.gemspec2
1 files changed, 1 insertions, 1 deletions
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"