GNU bug report logs -
#78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3
Previous Next
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 #161 received at 78826 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/rails.scm (ruby-bootsnap): Update to 1.18.6.
[native-inputs]: Replace ruby-mocha-1 by ruby-mocha.
---
gnu/packages/rails.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index 2a7aa36f82..ca02a83e3b 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -890,7 +890,7 @@ (define-public ruby-ammeter
(define-public ruby-bootsnap
(package
(name "ruby-bootsnap")
- (version "1.16.0")
+ (version "1.18.6")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -899,7 +899,7 @@ (define-public ruby-bootsnap
(file-name (git-file-name name version))
(sha256
(base32
- "1gaih5v4jjndrkn0crrr5mxnwc3cd0f3i955n62ghk29zabvd7wf"))))
+ "1dd9qffwhfzd4lzv264mcvx3w8zw4inwywgarfjnwa31nfxwb1r2"))))
(build-system ruby-build-system)
(arguments
(list
@@ -918,7 +918,7 @@ (define-public ruby-bootsnap
(substitute* "bootsnap.gemspec"
(("`git ls-files -z ext lib`")
"`find ext lib -type f -print0 | sort -z`")))))))
- (native-inputs (list ruby-mocha-1 ruby-rake-compiler))
+ (native-inputs (list ruby-mocha ruby-rake-compiler))
(propagated-inputs (list ruby-msgpack))
(synopsis "Accelerator for large Ruby/Rails application")
(description "Bootsnap is a library that plugs into Ruby, with optional
--
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.