Skip to content

Commit

Permalink
Modify ruby-version in Gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: poornima <[email protected]>
  • Loading branch information
poorndm committed Feb 28, 2022
1 parent 70bf7b9 commit b34af32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixlib-log.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b34af32

Please sign in to comment.