guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bundler: Update to 1.13.5.


From: Ben Woodcroft
Subject: 01/02: gnu: bundler: Update to 1.13.5.
Date: Mon, 17 Oct 2016 09:22:11 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit b8004a7b797fda093fdf6675437cbdc1dd8a103a
Author: Ben Woodcroft <address@hidden>
Date:   Mon Oct 17 18:27:27 2016 +1000

    gnu: bundler: Update to 1.13.5.
    
    * gnu/packages/ruby.scm (bundler): Update to 1.13.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 23d22a3..d400710 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -423,13 +423,13 @@ expectations and mocks frameworks.")
 (define-public bundler
   (package
     (name "bundler")
-    (version "1.13.2")
+    (version "1.13.5")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "bundler" version))
               (sha256
                (base32
-                "05gwyhfn103vrmrw13r3n78bcl75mrj82ipsbazcl08wg1bql7x6"))))
+                "0fxr7aq7qhlga423mygy7q96cwxmvqlcy676v2x5swlw8rlha2in"))))
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f)) ; avoid dependency cycles



reply via email to

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