summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-05-30 23:11:24 +0100
committerStuart Preston <stuart@chef.io>2018-05-30 23:11:24 +0100
commitc8f605b79d8cc30d29e748a0167449340fc99478 (patch)
tree53327a13994bd62a993b67a67f90a64a77932448
parent8f4d0c5359ed21b6ebc8d844bfe72943b9db208c (diff)
downloadchef-sp/ffi-bypass.tar.gz
Override ffi to point at git locationsp/ffi-bypass
Signed-off-by: Stuart Preston <stuart@chef.io>
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 527199f80f..6d33bfb8c2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,6 +16,8 @@ group(:omnibus_package) do
# is merged and released
gem "unf_ext", "=0.0.7.6", :git => "https://github.com/jquick/ruby-unf_ext.git"
+ # override for FFI searching in potentially unprivileged locations on Windows for libraries
+ gem "ffi", :git => "https://github.com/chef/ffi.git", branch: "sp/chef-1.9.21-windows-patch"
gem "appbundler"
gem "rb-readline"
gem "inspec", "~> 2"