me
/
guix
Archived
1
0
Fork 0

gnu: bundler: Update to 2.4.18.

* gnu/packages/ruby.scm (bundler): Update to 2.4.18.

Signed-off-by: Christopher Baines <mail@cbaines.net>
TakeV 2023-08-11 02:08:22 -07:00 committed by Christopher Baines
parent c808af269e
commit 5e3e7c19d8
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -1195,13 +1195,13 @@ the @env{RSPEC_DEBUG} environment variable to @samp{true} then invoke the
(define-public bundler
(package
(name "bundler")
(version "2.4.10")
(version "2.4.18")
(source (origin
(method url-fetch)
(uri (rubygems-uri "bundler" version))
(sha256
(base32
"08d1nj2h4yl6c1bnrwl2pk1kcskpgi6fvyd8fs36lfh68jlnz05r"))))
"03ppd60cbwzlrhsidi7frj826ssmxzwd954ikjk7966l45qx5xxn"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; avoid dependency cycles