From 959e8acd004df2e6c15712372eb47d94c136114b Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 8 Feb 2023 04:48:02 +0100 Subject: [PATCH] Don't force Ruby platform. --- Library/Homebrew/.bundle/config | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/.bundle/config b/Library/Homebrew/.bundle/config index e2c528e14d..5d1f6bbaea 100644 --- a/Library/Homebrew/.bundle/config +++ b/Library/Homebrew/.bundle/config @@ -2,6 +2,7 @@ BUNDLE_BIN: "false" BUNDLE_CLEAN: "true" BUNDLE_DISABLE_SHARED_GEMS: "true" +BUNDLE_FORCE_RUBY_PLATFORM: "false" BUNDLE_FORGET_CLI_OPTIONS: "true" BUNDLE_JOBS: "4" BUNDLE_PATH: "vendor/bundle"