mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Pin ffi to 1.12.2 due to Windows crash
See https://github.com/ffi/ffi/issues/784 Signed-off-by: James Stocks <jstocks@chef.io>
This commit is contained in:
parent
b67cb4fcc7
commit
04f36aa055
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"
|
||||
gem "ffi", [">= 1.9.14", "< 1.13"] # 1.13 does not work on Windows: https://github.com/ffi/ffi/issues/784
|
||||
|
||||
group :omnibus do
|
||||
gem "rb-readline"
|
||||
|
|
Loading…
Reference in a new issue