From fea47cea72adb915d43cf7c0a23f4ede239f08d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 12 Dec 2020 00:25:09 +0100 Subject: [PATCH] Should fix it --- bundler/spec/install/gemfile/specific_platform_spec.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundler/spec/install/gemfile/specific_platform_spec.rb b/bundler/spec/install/gemfile/specific_platform_spec.rb index 66a40a67a144..b036ca076e3c 100644 --- a/bundler/spec/install/gemfile/specific_platform_spec.rb +++ b/bundler/spec/install/gemfile/specific_platform_spec.rb @@ -26,6 +26,9 @@ system_gems "bundler-2.1.4" + # Consistent location to install and look for gems + bundle "config set --local path vendor/bundle", :env => { "BUNDLER_VERSION" => "2.1.4" } + install_gemfile(google_protobuf, :env => { "BUNDLER_VERSION" => "2.1.4" }) # simulate lockfile created with old bundler, which only locks for ruby platform