GNU bug report logs - #78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 18 Jun 2025 14:22:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #167 received at 78826 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78826 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH 58/88] gnu: ruby-spring: Update to 4.2.0.
Date: Wed, 18 Jun 2025 16:27:45 +0200
* gnu/packages/rails.scm (ruby-spring): Update to 4.2.0.
  [arguments]{phases}: Refresh phase 'remove-bump.
---
 gnu/packages/rails.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index ca02a83e3b..5d91b3fa46 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -153,7 +153,7 @@ (define-public ruby-globalid
 (define-public ruby-spring
   (package
     (name "ruby-spring")
-    (version "4.1.1")
+    (version "4.2.0")
     (source
      (origin
        (method git-fetch)
@@ -163,7 +163,7 @@ (define-public ruby-spring
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0p8hidxqnk8s1gfm1s1xb06gbbahdxjmzy6x3ybi25nkmdp0anb6"))))
+         "1n2c6y69asj3z447kbrc13qaqw12dm1qq886rannbpj5av3k5csy"))))
     (build-system ruby-build-system)
     (arguments
      (list #:test-target "test:unit"
@@ -173,6 +173,8 @@ (define-public ruby-spring
                  (lambda _
                    (substitute* "spring.gemspec"
                      (("gem.add_development_dependency 'bump'") ""))
+                   (substitute* "Gemfile"
+                     (("gem \"bump\"") ""))
                    (substitute* "Rakefile"
                      (("require \\\"bump/tasks\\\"") "")))))))
     (native-inputs (list bundler ruby-activesupport))
-- 
2.49.0





This bug report was last modified 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.