1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

gnu: ruby-safe-yaml: Update ruby input and disable tests.

* gnu/packages/ruby.scm (ruby-safe-yaml)[arguments]:
  {ruby}: Remove to use canonical ruby.
  {tests?}: Disable broken tests.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Nicolas Graves
2025-06-05 03:13:22 +02:00
committed by Andreas Enge
parent e53f921812
commit 07264c1ea6

View File

@@ -14556,7 +14556,10 @@ indentation will probably be an issue and hence this gem.")
(list ruby-rspec ruby-hashie ruby-heredoc-unindent))
(arguments
(list
#:ruby ruby-2.7
;; Tests are broken since the move to ruby@3.
;; There's ongoing effort on the Jekyll dependent
;; to remove this orphan dependency.
#:tests? #f ; broken since move to ruby@3
#:test-target "spec"
#:phases
#~(modify-phases %standard-phases