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:
James Stocks 2020-06-02 17:56:02 +01:00 committed by GitHub
commit 6f4c85aca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"