Skip to content

Commit

Permalink
Add mutex_m to Gemfile
Browse files Browse the repository at this point in the history
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
smaboshe committed Aug 30, 2024
1 parent 459f039 commit e3f8562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gem "jquery-ui-rails"
gem "kaminari"
gem "mime-types"
gem "mimemagic"
gem "mutex_m"
gem "neat"
gem "nokogiri"
gem "octokit"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ GEM
multi_xml (0.6.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
neat (1.7.4)
bourbon (>= 4.0)
sass (>= 3.3)
Expand Down Expand Up @@ -645,6 +646,7 @@ DEPENDENCIES
launchy
mime-types
mimemagic
mutex_m
neat
nokogiri
octokit
Expand Down

0 comments on commit e3f8562

Please sign in to comment.