Skip to content

Commit

Permalink
Pin ffi to 1.12.2 due to Windows crash
Browse files Browse the repository at this point in the history
See ffi/ffi#784

Signed-off-by: James Stocks <jstocks@chef.io>
  • Loading branch information
James Stocks committed Jun 2, 2020
1 parent b67cb4f commit d089c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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.12.2" # 1.13 does not work on Windows: https://github.com/ffi/ffi/issues/784

group :omnibus do
gem "rb-readline"
Expand Down

0 comments on commit d089c21

Please sign in to comment.