Skip to content

Commit

Permalink
Add mutex_m, an undeclared activesupport dependency
Browse files Browse the repository at this point in the history
Resolves the warning:

> /ruby/3.3.6/lib/ruby/gems/3.3.0/gems/activesupport-7.0.8.6/lib/active_support/notifications/fanout.rb:3:
> warning: /ruby/3.3.6/lib/ruby/3.3.0/mutex_m.rb was loaded from the standard library, but will no longer
> be part of the default gems starting from Ruby 3.4.0.> You can add mutex_m to your Gemfile or gemspec
> to silence this warning.
  • Loading branch information
orien committed Jan 23, 2025
1 parent 82c0587 commit 4494710
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ group :preload do
gem 'actionmailer', rails_version
gem 'activerecord', rails_version

gem 'mutex_m' # An undeclared activesupport dependency. Remove once running Rails 7.1.

gem 'dotenv'
gem 'connection_pool'
gem 'marco-polo' # TODO: https://github.com/arches/marco-polo/pull/16
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
mutex_m (0.3.0)
mysql2 (0.5.6)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
Expand Down Expand Up @@ -718,6 +719,7 @@ DEPENDENCIES
maxitest
mocha
momentjs-rails
mutex_m
mysql2
net-http-persistent
net-imap
Expand Down

0 comments on commit 4494710

Please sign in to comment.