Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mutex_m to Gemfile #2614

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Add mutex_m to Gemfile #2614

merged 1 commit into from
Aug 30, 2024

Conversation

smaboshe
Copy link
Contributor

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.

@smaboshe smaboshe self-assigned this Aug 30, 2024
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.
@smaboshe smaboshe force-pushed the add-mutex_m-to-gemfile branch from 887226c to e3f8562 Compare August 30, 2024 05:57
@smaboshe smaboshe merged commit e3f8562 into main Aug 30, 2024
3 checks passed
@smaboshe smaboshe deleted the add-mutex_m-to-gemfile branch August 30, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant