From 05daaad9fc349a561cc3bc5fed8293ec782911c8 Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Wed, 6 Jan 2021 11:18:21 -0500 Subject: [PATCH] Avoid ffi 1.14.2 Signed-off-by: Clinton Wolfe --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 70fb1f0a8..426a39e26 100644 --- a/Gemfile +++ b/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+