diff --git a/rest-client.gemspec.windows b/rest-client.gemspec.windows index 5c15b51..db52d7e 100644 --- a/rest-client.gemspec.windows +++ b/rest-client.gemspec.windows @@ -12,6 +12,7 @@ platform = ENV['BUILD_PLATFORM'] case platform when /(mingw32|mswin32)/ + # ffi is needed for RestClient::Windows::RootCerts s.add_dependency('ffi', '~> 1.9.3') s.platform = platform else