diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-10-16 18:18:29 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-23 19:35:06 +0200 |
| commit | e46dfc7e9446fb753294747f73c9cb568fd02c2a (patch) | |
| tree | b28b6a110ebc7216c570cbac9b6d2e00f8885340 /gnu | |
| parent | 36d059847d13ded9255e5e02dae9d9a371805c2c (diff) | |
gnu: ruby: Avoid use of deprecated ‘ruby-concurrent’.
* gnu/packages/rails.scm (ruby-activesupport)[propagated-inputs]: Use
‘ruby-concurrent-ruby’ instead of ‘ruby-concurrent’.
(ruby-sprockets)[propagated-inputs]: Likewise.
Change-Id: Ib6222cad61f09d404bc303736426fbb19cbe2e73
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rails.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm index ad8e727e864..219ba5f010f 100644 --- a/gnu/packages/rails.scm +++ b/gnu/packages/rails.scm @@ -112,7 +112,7 @@ tzdata-for-tests)) (propagated-inputs (list ruby-benchmark - ruby-concurrent + ruby-concurrent-ruby ruby-connection-pool ruby-i18n ruby-minitest @@ -1421,7 +1421,7 @@ handling application bootup, plugins, generators, and Rake tasks.") '(;; No included tests #:tests? #f)) (propagated-inputs - (list ruby-concurrent ruby-rack)) + (list ruby-concurrent-ruby ruby-rack)) (synopsis "Sprockets is a Rack-based asset packaging system") (description "Sprockets is a Rack-based asset packaging system that concatenates and |
