gnu: bundler: Update to 1.12.5.
authorDavid Thompson <dthompson2@worcester.edu>
Thu, 2 Jun 2016 01:01:33 +0000 (21:01 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Thu, 2 Jun 2016 14:47:06 +0000 (10:47 -0400)
* guix/packages/ruby.scm (bundler): Update to 1.12.5.

gnu/packages/ruby.scm

index 6eebd9a..c6b6eed 100644 (file)
@@ -423,13 +423,13 @@ expectations and mocks frameworks.")
 (define-public bundler
   (package
     (name "bundler")
-    (version "1.11.2")
+    (version "1.12.5")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "bundler" version))
               (sha256
                (base32
-                "0s37j1hyngc4shq0in8f9y1knjdqkisdg3dd1mfwgq7n1bz8zan7"))))
+                "1q84xiwm9j771lpmiply0ls9l2bpvl5axn3jblxjvrldh8di2pkc"))))
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f)) ; avoid dependency cycles