thoughtbot / upcase

Sharpen your programming skills.
https://thoughtbot.com/upcase
MIT License
309 stars 36 forks source link

Add mutex_m to Gemfile #2614

Closed smaboshe closed 2 weeks ago

smaboshe commented 2 weeks ago

We are getting the following warning about mutex_m:

~/.asdf/installs/ruby/3.3.4/lib/ruby/gems/3.3.0/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30: warning: ~/.asdf/installs/ruby/3.3.4/lib/ruby/3.3.0/mutex_m.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add mutex_m into its gemspec.

This commit adds mutex_m to Gemfile to clear the warning.