From ab37a6663cd98f54820ea297c83b0f5d6dc33c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 17 Nov 2020 13:19:50 +0100 Subject: [PATCH] Fix Windows CI We need to make sure the version of ffi we install here matches the version that comes with ruby by default. --- bundler/spec/commands/clean_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundler/spec/commands/clean_spec.rb b/bundler/spec/commands/clean_spec.rb index bb28e93902ed..7c43aaabc48b 100644 --- a/bundler/spec/commands/clean_spec.rb +++ b/bundler/spec/commands/clean_spec.rb @@ -639,7 +639,7 @@ def should_not_have_gems(*gems) end end - realworld_system_gems "fiddle" + realworld_system_gems "fiddle --version 1.0.0" install_gemfile <<-G source "#{file_uri_for(gem_repo2)}"