Skip to content

Commit

Permalink
Upgrade minitest to silence warning
Browse files Browse the repository at this point in the history
The warning in question (printed via `rake test`) was:

    .../lib/ruby/gems/3.4.0/gems/minitest-5.25.1/lib/minitest/mock.rb:33:
      warning: redefining 'object_id' may cause serious problems
  • Loading branch information
gma committed Jan 1, 2025
1 parent 614ff2c commit 6297615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
logger (1.6.1)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
minitest (5.25.4)
minitest-reporters (1.7.1)
ansi
builder
Expand Down

0 comments on commit 6297615

Please sign in to comment.