diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-11-03 10:27:11 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-11-12 18:34:07 +0100 |
| commit | bbd2d8c3d82f31d3ea1599600d9dcd5834a72a59 (patch) | |
| tree | e105a3aee98d53155657ea3a2ab31c53db318743 | |
| parent | 1956dd68caf42cb8b2da22749c824432f6ce079d (diff) | |
gnu: Remove references to deprecated ‘ruby-concurrent’.
* gnu/packages/ruby-xyz.scm (ruby-i18n)[propagated-inputs]: Use
‘ruby-concurrent-ruby’ instead of ‘ruby-concurrent’; remove label.
(ruby-asciidoctor-pdf, ruby-hamster, ruby-tzinfo)
(ruby-sucker-punch, ruby-sentry-core, ruby-sentry): Use ‘ruby-concurrent-ruby’
instead of ‘ruby-concurrent’.
Change-Id: I38761047bd6605e43839b8c3e31ec34d4e2c93c4
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index 7bf12001021..3afcd1bd50e 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm @@ -272,7 +272,7 @@ hosts by wrapping the @file{rsync} binary.") (build-system ruby-build-system) (arguments '(#:tests? #f)) ; no tests - (propagated-inputs `(("concurrent-ruby" ,ruby-concurrent))) + (propagated-inputs (list ruby-concurrent-ruby)) (synopsis "Internationalization library for Ruby") (description "Ruby i18n is an internationalization and localization solution for Ruby programs. It features translation and localization, @@ -2023,7 +2023,7 @@ web pages.") ruby-rspec)) (propagated-inputs (list ruby-asciidoctor - ruby-concurrent + ruby-concurrent-ruby ruby-prawn ruby-prawn-icon ruby-prawn-svg @@ -3562,7 +3562,7 @@ engine.") (when tests? (invoke "ruby" (which "rspec")))))))) (propagated-inputs - (list ruby-concurrent)) + (list ruby-concurrent-ruby)) (native-inputs (list ruby-rspec)) (synopsis "Efficient, immutable, thread-safe collection classes for Ruby") @@ -6987,7 +6987,7 @@ utilities for Ruby.") (when tests? (invoke "bundler" "exec" "rake" test-target))))))) (propagated-inputs - (list ruby-concurrent)) + (list ruby-concurrent-ruby)) (native-inputs (list ruby-simplecov)) (synopsis "Time zone library for Ruby") @@ -15488,8 +15488,7 @@ floating-point numbers or complex numbers as arguments.") (list ruby-pry)) (propagated-inputs - (list - ruby-concurrent)) + (list ruby-concurrent-ruby)) (home-page "https://github.com/brandonhilkert/sucker_punch") (synopsis "Asynchronous processing library for Ruby") (description "Sucker Punch is a single-process Ruby asynchronous processing @@ -16040,7 +16039,7 @@ provides the Ruby bindings of Selenium.") ;; No rakefile in gem. `(#:tests? #f)) (propagated-inputs - (list ruby-concurrent + (list ruby-concurrent-ruby ruby-faraday)) (home-page "https://sentry.io/for/ruby/") (synopsis "Client interface for the Sentry error logger") @@ -16063,7 +16062,7 @@ interface for the Sentry error logger.") ;; No rakefile in gem `(#:tests? #f)) (propagated-inputs - (list ruby-concurrent + (list ruby-concurrent-ruby ruby-faraday ruby-sentry-core)) (home-page "https://sentry.io/for/ruby/") |
