From 74d50658fcdf786bd5e22feab3b7e0e1b8ae0b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Fri, 31 Jan 2025 10:43:08 +0000 Subject: [PATCH] attempt to fix rubygems --- lib/bootstrap/bundler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bootstrap/bundler.rb b/lib/bootstrap/bundler.rb index fcc4389ac69..ba958145e80 100644 --- a/lib/bootstrap/bundler.rb +++ b/lib/bootstrap/bundler.rb @@ -53,8 +53,8 @@ def cached_gem(spec) cached_built_in_gem(spec) end end - end =end + end # prepare bundler's environment variables, but do not invoke ::Bundler::setup def prepare(options = {})