Skip to content

Commit

Permalink
Merge pull request #77 from chef/tp/mixlib-selfbump
Browse files Browse the repository at this point in the history
ffi less than 1.17.0 because of ruby 3.0
  • Loading branch information
tpowell-progress authored Jul 12, 2024
2 parents de94c6d + 67e9960 commit ced06ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mixlib-log.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ Gem::Specification.new do |gem|
gem.files = %w{LICENSE} + Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
gem.require_paths = ["lib"]
gem.required_ruby_version = ">= 2.7"

gem.add_dependency "ffi", "< 1.17.0"
end

0 comments on commit ced06ad

Please sign in to comment.