mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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
This commit is contained in:
parent
36d059847d
commit
e46dfc7e94
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue