From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by bl2.djc.id.au (Postfix, from userid 1000) id 0E1CC218204; Sun, 19 Jul 2026 18:11:15 +1000 (AEST) Date: Sun, 19 Jul 2026 18:11:16 +1000 To: sup-commits@supmua.dev Subject: [sup.git] 01/04: contrib/nix/gem-install-shell.nix: update to Ruby 4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Reply-To: Dan Callaghan In-Reply-To: <178444867564.48613.6024460618149236020@bl2.djc.id.au> References: <178444867564.48613.6024460618149236020@bl2.djc.id.au> Thread-Index: AQAAEjRWR13r9gi1SqaMS5qnqIyKpA== X-Git-Host: bl2.djc.id.au X-Git-Repo: sup.git X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Rev: c4902275ca37353c993a19edeaa9b8778afe14f3 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.7.dev Auto-Submitted: auto-generated Message-Id: <20260719081116.0E1CC218204@bl2.djc.id.au> From: Dan Callaghan List-Id: New commit on branch develop: https://supmua.dev/git/sup/commit/c4902275ca37353c993a19edeaa9b8778afe14f3.html commit c4902275ca37353c993a19edeaa9b8778afe14f3 Author: Dan Callaghan AuthorDate: Tue Apr 21 20:10:17 2026 +1000 contrib/nix/gem-install-shell.nix: update to Ruby 4.0 --- contrib/nix/gem-install-shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nix/gem-install-shell.nix b/contrib/nix/gem-install-shell.nix index 767559ed..97796bf9 100644 --- a/contrib/nix/gem-install-shell.nix +++ b/contrib/nix/gem-install-shell.nix @@ -7,7 +7,7 @@ pkgs.mkShell { libffi.dev libuuid libuuid.dev - ruby_3_2 + ruby_4_0 zlib zlib.dev ];