gnu: bundler: Update to 2.4.10.
* gnu/packages/ruby.scm (bundler): Update to 2.4.10.
This commit is contained in:
parent
cca22c0b0f
commit
c1e551bfe4
1 changed files with 2 additions and 2 deletions
|
@ -1029,13 +1029,13 @@ (define-public ruby-rspec-debug
|
|||
(define-public bundler
|
||||
(package
|
||||
(name "bundler")
|
||||
(version "2.1.4")
|
||||
(version "2.4.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "bundler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12glbb1357x91fvd004jgkw7ihlkpc9dwr349pd7j83isqhls0ah"))))
|
||||
"08d1nj2h4yl6c1bnrwl2pk1kcskpgi6fvyd8fs36lfh68jlnz05r"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; avoid dependency cycles
|
||||
|
|
Loading…
Reference in a new issue