Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information