me
/
guix
Archived
1
0
Fork 0

gnu: bundler: Update to 2.1.4.

* gnu/packages/ruby.scm (bundler): Update to 2.1.4.
master
Maxim Cournoyer 2020-06-28 22:42:33 -04:00
parent ec08f46976
commit cbee8e319f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -818,13 +818,13 @@ expectations and mocks frameworks.")
(define-public bundler
(package
(name "bundler")
(version "1.17.3")
(version "2.1.4")
(source (origin
(method url-fetch)
(uri (rubygems-uri "bundler" version))
(sha256
(base32
"0ln3gnk7cls81gwsbxvrmlidsfd78s6b2hzlm4d4a9wbaidzfjxw"))))
"12glbb1357x91fvd004jgkw7ihlkpc9dwr349pd7j83isqhls0ah"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; avoid dependency cycles