guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bundler: Update to 1.14.4.


From: Ben Woodcroft
Subject: 01/01: gnu: bundler: Update to 1.14.4.
Date: Mon, 13 Feb 2017 06:18:32 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit ca113696d6dcd42dd8078254ab87c79c14edd87f
Author: Ben Woodcroft <address@hidden>
Date:   Mon Feb 13 21:16:37 2017 +1000

    gnu: bundler: Update to 1.14.4.
    
    * gnu/packages/ruby.scm (bundler): Update to 1.14.4.
---
 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 abb3b0e..5937044 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -426,13 +426,13 @@ expectations and mocks frameworks.")
 (define-public bundler
   (package
     (name "bundler")
-    (version "1.14.3")
+    (version "1.14.4")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "bundler" version))
               (sha256
                (base32
-                "1znvh83phzvp97l3kcgk9vbwsnq45qc8nrb4dnqv17mrhgcwfqcx"))))
+                "1hafmb7p41pm40a2z7f4x5zpgrb72xvgwlvkxnflmzqkvq2prkfv"))))
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f)) ; avoid dependency cycles



reply via email to

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