Skip to content

Commit

Permalink
Fix warning for mutex_m standard lib changes (#153)
Browse files Browse the repository at this point in the history
> gems/ruby-3.3.0/gems/minitest-5.11.3/lib/minitest.rb:3: warning: mutex_m
> 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
  • Loading branch information
kotp authored Mar 27, 2024
1 parent 59c5f72 commit 0696e50
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 @@ -9,6 +9,7 @@ ruby '3.3.0'

gem "mandate", "~> 1.0.0"
gem 'rake'
gem 'mutex_m'
gem 'json', '~> 2.6.1'
gem 'minitest', '~> 5.11.3'

Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ GEM
minitest (5.11.3)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
Expand Down Expand Up @@ -59,6 +60,7 @@ DEPENDENCIES
mandate (~> 1.0.0)
minitest (~> 5.11.3)
mocha
mutex_m
parser
pry
rake
Expand Down

0 comments on commit 0696e50

Please sign in to comment.