gnu: bundler: Update to 1.12.5.

* guix/packages/ruby.scm (bundler): Update to 1.12.5.
This commit is contained in:
David Thompson 2016-06-01 21:01:33 -04:00
parent 4ff2060524
commit 7cd9b01407
1 changed files with 2 additions and 2 deletions

View File

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