mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
c808af269e
commit
5e3e7c19d8
1 changed files with 2 additions and 2 deletions
|
@ -1195,13 +1195,13 @@ the @env{RSPEC_DEBUG} environment variable to @samp{true} then invoke the
|
||||||
(define-public bundler
|
(define-public bundler
|
||||||
(package
|
(package
|
||||||
(name "bundler")
|
(name "bundler")
|
||||||
(version "2.4.10")
|
(version "2.4.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "bundler" version))
|
(uri (rubygems-uri "bundler" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08d1nj2h4yl6c1bnrwl2pk1kcskpgi6fvyd8fs36lfh68jlnz05r"))))
|
"03ppd60cbwzlrhsidi7frj826ssmxzwd954ikjk7966l45qx5xxn"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; avoid dependency cycles
|
'(#:tests? #f)) ; avoid dependency cycles
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue