Skip to content

Conversation

@vburzynski
Copy link
Contributor

including mutex_m as a dependency is sometimes necessary

Screenshot 2025-10-15 at 8 06 52 PM
>> BUNDLE_GEMFILE=/Users/valerie/dev/thoughtbot/factory_bot/gemfiles/6.1.gemfile bundle exec rspec
/Users/valerie/.asdf/installs/ruby/3.4.6/lib/ruby/gems/3.4.0/gems/activesupport-6.1.7.10/lib/active_support/notifications/fanout.rb:3: warning: mutex_m was loaded from the standard library, but is not 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.

An error occurred while loading spec_helper. - Did you mean?
                    rspec ./spec/spec_helper.rb

Failure/Error: require "active_support/deprecation"

LoadError:
  cannot load such file -- mutex_m
# ./lib/factory_bot.rb:5:in '<top (required)>'
# ./spec/spec_helper.rb:7:in '<top (required)>'
No examples found.


Finished in 0.00002 seconds (files took 0.09563 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples

@vburzynski vburzynski changed the title fix: revert removal of mutext_m fix: revert removal of mutex_m Oct 16, 2025
@vburzynski vburzynski merged commit c4ddf96 into main Oct 16, 2025
30 checks passed
@vburzynski vburzynski deleted the fix-mutex-dependency branch October 16, 2025 01:11
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.

2 participants