[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: bundler: Update to 1.13.6.
From: |
Ben Woodcroft |
Subject: |
01/06: gnu: bundler: Update to 1.13.6. |
Date: |
Fri, 11 Nov 2016 12:59:02 +0000 (UTC) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit bb4bcb02c269b9de72bbe1a3de9af5cbbea88451
Author: Ben Woodcroft <address@hidden>
Date: Fri Nov 11 22:38:13 2016 +1000
gnu: bundler: Update to 1.13.6.
* gnu/packages/ruby.scm (bundler): Update to 1.13.6.
---
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 dd9984f..ec1b935 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.5")
+ (version "1.13.6")
(source (origin
(method url-fetch)
(uri (rubygems-uri "bundler" version))
(sha256
(base32
- "0fxr7aq7qhlga423mygy7q96cwxmvqlcy676v2x5swlw8rlha2in"))))
+ "1xyhy9cn8w9passp64p6hb3df2fpiqbds6rj7xha1335xpgj5zgs"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; avoid dependency cycles
- branch master updated (e2bb2e1 -> 8be62d3), Ben Woodcroft, 2016/11/11
- 01/06: gnu: bundler: Update to 1.13.6.,
Ben Woodcroft <=
- 03/06: gnu: ruby-hoe: Update to 3.15.2., Ben Woodcroft, 2016/11/11
- 04/06: gnu: ruby-rake-compiler: Update to 1.0.1., Ben Woodcroft, 2016/11/11
- 02/06: gnu: ruby-rspec-core: Update to 3.5.4., Ben Woodcroft, 2016/11/11
- 06/06: gnu: ruby-lumberjack: Update to 1.0.10., Ben Woodcroft, 2016/11/11
- 05/06: gnu: ruby-arel: Update to 7.1.4., Ben Woodcroft, 2016/11/11