From a821a497dbc348d26dfd9a76c12f4423fca7df78 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Fri, 18 Oct 2024 12:03:28 +0200 Subject: [PATCH] Set a single key in gemrc to allow appending The previous "{}" literal closed the root hash, so that appending text to the file doesn't work easily. But it's the only way to set an empty hash. As a solution, we set a single key now. This was raised in https://github.com/oneclick/rubyinstaller2/issues/388#issuecomment-2348393612 --- resources/files/operating_system.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/files/operating_system.rb b/resources/files/operating_system.rb index d75f0d8a..c45ca425 100644 --- a/resources/files/operating_system.rb +++ b/resources/files/operating_system.rb @@ -65,7 +65,7 @@ def operating_system_defaults # But do not delete this file as otherwise it could be hijacked by # another user in a multi-user environment. --- -{} +verbose: false EOT end end