guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: bundler: Update to 1.13.2.


From: Ben Woodcroft
Subject: 07/07: gnu: bundler: Update to 1.13.2.
Date: Sat, 8 Oct 2016 12:49:01 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 53aec0999f5f5e2183d439c356dc1d7df6202a50
Author: Ben Woodcroft <address@hidden>
Date:   Sat Oct 8 22:13:47 2016 +1000

    gnu: bundler: Update to 1.13.2.
    
    * gnu/packages/ruby.scm (bundler): Update to 1.13.2.
---
 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 28ea70a..23d22a3 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.12.5")
+    (version "1.13.2")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "bundler" version))
               (sha256
                (base32
-                "1q84xiwm9j771lpmiply0ls9l2bpvl5axn3jblxjvrldh8di2pkc"))))
+                "05gwyhfn103vrmrw13r3n78bcl75mrj82ipsbazcl08wg1bql7x6"))))
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f)) ; avoid dependency cycles



reply via email to

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