mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
Merge pull request #5060 from james-stocks/js/pin_ffi
Pin ffi to 1.12.2 due to Windows crash
This commit is contained in:
commit
6f4c85aca9
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…
Add table
Reference in a new issue