From 714a6abb40082bcfb98d62939c64ec3fd63afe43 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 31 Jan 2025 09:19:46 +0100 Subject: [PATCH] gnu: ruby-actioncable: Update package. * gnu/packages/rails.scm (ruby-actioncable): [arguments]<#:phases>: Update phase 'disable-problematic-tests. [native-inputs]: Add ruby-zeitwerk. Signed-off-by: Sharlatan Hellseher --- gnu/packages/rails.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm index 5a04cf1f90c..f0406ab9791 100644 --- a/gnu/packages/rails.scm +++ b/gnu/packages/rails.scm @@ -683,7 +683,9 @@ applications. These work with any Rack-compatible server.") (lambda _ ;; There are multiple client test failures (see: ;; https://github.com/rails/rails/issues/47617). - (delete-file "test/client_test.rb"))) + (delete-file "test/client_test.rb") + ;; This requires yarn. + (delete-file "test/javascript_package_test.rb"))) (add-before 'check 'start-redis (lambda* (#:key tests? #:allow-other-keys) (when tests? @@ -694,7 +696,8 @@ applications. These work with any Rack-compatible server.") ruby-pg ruby-puma ruby-redis - ruby-websocket-client-simple)) + ruby-websocket-client-simple + ruby-zeitwerk)) (propagated-inputs (list ruby-actionpack ruby-activesupport