* [bug#65223] [PATCH] gnu: bundler: Update to 2.4.18.
@ 2023-08-11 9:08 TakeV via Guix-patches via
2023-08-29 12:55 ` bug#65223: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: TakeV via Guix-patches via @ 2023-08-11 9:08 UTC (permalink / raw)
To: 65223; +Cc: TakeV, Christopher Baines
* gnu/packages/ruby.scm (bundler): Update to 2.4.18.
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e0dca646ac..ff6829082c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1195,13 +1195,13 @@ (define-public ruby-rspec-debug
(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
base-commit: ad4520b92662e42d7d0b1e648b2068300dbb95c8
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#65223: [PATCH] gnu: bundler: Update to 2.4.18.
2023-08-11 9:08 [bug#65223] [PATCH] gnu: bundler: Update to 2.4.18 TakeV via Guix-patches via
@ 2023-08-29 12:55 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-08-29 12:55 UTC (permalink / raw)
To: TakeV; +Cc: 65223-done
[-- Attachment #1: Type: text/plain, Size: 374 bytes --]
TakeV <takev@disroot.org> writes:
> * gnu/packages/ruby.scm (bundler): Update to 2.4.18.
> ---
> gnu/packages/ruby.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
This has quite a few dependencies according to guix refresh -l, but
since QA has built it I've gone ahead and pushed it to master as
5e3e7c19d8d1fb2d1bf5c329b042a1b44cf93b13.
Thanks,
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-29 12:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 9:08 [bug#65223] [PATCH] gnu: bundler: Update to 2.4.18 TakeV via Guix-patches via
2023-08-29 12:55 ` bug#65223: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.