Shopify / yjit-bench

Set of benchmarks for the YJIT CRuby JIT compiler and other Ruby implementations.
MIT License
87 stars 22 forks source link

Install mutex_m for Rails 6 #265

Closed k0kubun closed 10 months ago

k0kubun commented 10 months ago

mutex_m is no longer a default gem https://github.com/ruby/ruby/commit/d16f992e1bfacb638b8a9b8b5a7ef8149ee1d50d. It wasn't declared as a dependency by activesupport until Rails 7.1, so we need to manually add mutex_m for Rails 6.