From b34af324589c857e7110da33af63ee42d5724c72 Mon Sep 17 00:00:00 2001 From: poornima Date: Mon, 28 Feb 2022 12:12:17 +0530 Subject: Modify ruby-version in Gemspec Signed-off-by: poornima --- mixlib-log.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixlib-log.gemspec b/mixlib-log.gemspec index 310bc2b..6e45be1 100644 --- a/mixlib-log.gemspec +++ b/mixlib-log.gemspec @@ -11,5 +11,5 @@ Gem::Specification.new do |gem| gem.authors = ["Chef Software, Inc."] gem.files = %w{LICENSE} + Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) } gem.require_paths = ["lib"] - gem.required_ruby_version = ">= 2.3" + gem.required_ruby_version = ">= 2.5" end -- cgit v1.2.1