gnu: bundler: Update to 1.14.3.

* gnu/packages/ruby.scm (bundler): Update to 1.14.3.
This commit is contained in:
Ben Woodcroft 2017-01-31 20:16:11 +10:00
parent 249eb38965
commit abb7eb7aca
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 2 additions and 2 deletions

View File

@ -426,13 +426,13 @@ expectations and mocks frameworks.")
(define-public bundler (define-public bundler
(package (package
(name "bundler") (name "bundler")
(version "1.14.2") (version "1.14.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "bundler" version)) (uri (rubygems-uri "bundler" version))
(sha256 (sha256
(base32 (base32
"1sfcmqmimssjmh4gjq6ls6a33l2hc353hb13g628kjh15qmddar7")))) "1znvh83phzvp97l3kcgk9vbwsnq45qc8nrb4dnqv17mrhgcwfqcx"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(#:tests? #f)) ; avoid dependency cycles '(#:tests? #f)) ; avoid dependency cycles