• J
    Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. · 284a9ba8
    Jerry D'Antonio 提交于
    The concurrent-ruby gem is a toolset containing many concurrency
    utilities. Many of these utilities include runtime-specific
    optimizations when possible. Rather than clutter the Rails codebase with
    concurrency utilities separate from the core task, such tools can be
    superseded by similar tools in the more specialized gem. This commit
    replaces `ActiveSupport::Concurrency::Latch` with
    `Concurrent::CountDownLatch`, which is functionally equivalent.
    284a9ba8
This project manages its dependencies using Bundler. 进一步了解
Gemfile.lock 7.3 KB