guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: bundler: Update to 1.14.5.


From: Ben Woodcroft
Subject: 02/02: gnu: bundler: Update to 1.14.5.
Date: Thu, 2 Mar 2017 06:20:21 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit ec4102f57f724c3abafe9840f118160abfdbf292
Author: Ben Woodcroft <address@hidden>
Date:   Thu Mar 2 21:16:09 2017 +1000

    gnu: bundler: Update to 1.14.5.
    
    * gnu/packages/ruby.scm (bundler): Update to 1.14.5.
---
 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 5937044..972bd23 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.4")
+    (version "1.14.5")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "bundler" version))
               (sha256
                (base32
-                "1hafmb7p41pm40a2z7f4x5zpgrb72xvgwlvkxnflmzqkvq2prkfv"))))
+                "0635s6naz9hn4iqbvkhnm1by4j4spvv13mb7nzwwimnpbqgx663i"))))
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f)) ; avoid dependency cycles



reply via email to

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