Skip to content
Snippets Groups Projects
Unverified Commit bb4bcb02 authored by Ben Woodcroft's avatar Ben Woodcroft
Browse files

gnu: bundler: Update to 1.13.6.

* gnu/packages/ruby.scm (bundler): Update to 1.13.6.
parent e2bb2e17
No related branches found
No related tags found
No related merge requests found
...@@ -423,13 +423,13 @@ (define-public ruby-rspec-2 ...@@ -423,13 +423,13 @@ (define-public ruby-rspec-2
(define-public bundler (define-public bundler
(package (package
(name "bundler") (name "bundler")
(version "1.13.5") (version "1.13.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "bundler" version)) (uri (rubygems-uri "bundler" version))
(sha256 (sha256
(base32 (base32
"0fxr7aq7qhlga423mygy7q96cwxmvqlcy676v2x5swlw8rlha2in")))) "1xyhy9cn8w9passp64p6hb3df2fpiqbds6rj7xha1335xpgj5zgs"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(#:tests? #f)) ; avoid dependency cycles '(#:tests? #f)) ; avoid dependency cycles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment