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 @@ | |||
| 112 | tzdata-for-tests)) | 112 | tzdata-for-tests)) |
| 113 | (propagated-inputs | 113 | (propagated-inputs |
| 114 | (list ruby-benchmark | 114 | (list ruby-benchmark |
| 115 | ruby-concurrent | 115 | ruby-concurrent-ruby |
| 116 | ruby-connection-pool | 116 | ruby-connection-pool |
| 117 | ruby-i18n | 117 | ruby-i18n |
| 118 | ruby-minitest | 118 | ruby-minitest |
| @@ -1421,7 +1421,7 @@ handling application bootup, plugins, generators, and Rake tasks.") | |||
| 1421 | '(;; No included tests | 1421 | '(;; No included tests |
| 1422 | #:tests? #f)) | 1422 | #:tests? #f)) |
| 1423 | (propagated-inputs | 1423 | (propagated-inputs |
| 1424 | (list ruby-concurrent ruby-rack)) | 1424 | (list ruby-concurrent-ruby ruby-rack)) |
| 1425 | (synopsis "Sprockets is a Rack-based asset packaging system") | 1425 | (synopsis "Sprockets is a Rack-based asset packaging system") |
| 1426 | (description | 1426 | (description |
| 1427 | "Sprockets is a Rack-based asset packaging system that concatenates and | 1427 | "Sprockets is a Rack-based asset packaging system that concatenates and |
