guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

132/229: gnu: bundler: Update to 2.4.10.


From: guix-commits
Subject: 132/229: gnu: bundler: Update to 2.4.10.
Date: Tue, 28 Mar 2023 22:29:13 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit c1e551bfe45490923539f3517b35a23fba94cc52
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 9 00:03:55 2023 -0500

    gnu: bundler: Update to 2.4.10.
    
    * gnu/packages/ruby.scm (bundler): Update to 2.4.10.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index cd56cf7cd6..c82ce017e0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1029,13 +1029,13 @@ the @env{RSPEC_DEBUG} environment variable to 
@samp{true} then invoke the
 (define-public bundler
   (package
     (name "bundler")
-    (version "2.1.4")
+    (version "2.4.10")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "bundler" version))
               (sha256
                (base32
-                "12glbb1357x91fvd004jgkw7ihlkpc9dwr349pd7j83isqhls0ah"))))
+                "08d1nj2h4yl6c1bnrwl2pk1kcskpgi6fvyd8fs36lfh68jlnz05r"))))
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f)) ; avoid dependency cycles



reply via email to

[Prev in Thread] Current Thread [Next in Thread]