me
/
guix
Archived
1
0
Fork 0

gnu: bundler: Update to 1.15.1.

* gnu/packages/ruby.scm (bundler): Update to 1.15.1.
master
Ben Woodcroft 2017-06-02 21:46:45 -05:00
parent 9a7017ebd5
commit fb4074897b
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 2 additions and 2 deletions

View File

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