Skip to content

Commit

Permalink
Move ffi dependency forward
Browse files Browse the repository at this point in the history
This is required for Ruby 3.3, but works on 3.1+

Signed-off-by: Phil Dibowitz <[email protected]>
  • Loading branch information
jaymzh committed Jan 22, 2025
1 parent b763796 commit 4a22c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mixlib-log.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.required_ruby_version = ">= 2.7"

gem.add_dependency "ffi", "< 1.17.0"
# 1.17.1 is broken, see: https://github.com/ffi/ffi/issues/1139
gem.add_dependency "ffi", "~> 1.9", "<= 1.17.0"
end

0 comments on commit 4a22c90

Please sign in to comment.