mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Avoid ffi 1.14.2
This commit is contained in:
commit
2edc82e951
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -9,7 +9,7 @@ gem "inspec", path: "."
|
|||
# in it in order to package the executable. Hence the odd backwards dependency.
|
||||
gem "inspec-bin", path: "./inspec-bin"
|
||||
|
||||
gem "ffi", ">= 1.9.14", "!= 1.13.0"
|
||||
gem "ffi", ">= 1.9.14", "!= 1.13.0", "!= 1.14.2"
|
||||
|
||||
if Gem.ruby_version.to_s.start_with?("2.5")
|
||||
# 16.7.23 required ruby 2.6+
|
||||
|
|
Loading…
Reference in a new issue