Skip to content

Commit

Permalink
Merge pull request #1257 from soutaro/dependabot/bundler/minitest-5.25.1
Browse files Browse the repository at this point in the history
Bump minitest from 5.24.1 to 5.25.1
  • Loading branch information
soutaro authored Oct 4, 2024
2 parents 094a556 + bdb2d8b commit a83c93e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec

gem "rake"
gem "minitest", "~> 5.21"
gem "minitest", "~> 5.25"
gem "minitest-hooks"
gem 'minitest-slow_test'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
logger (1.6.1)
majo (1.0.0)
memory_profiler (1.0.2)
minitest (5.24.1)
minitest (5.25.1)
minitest-hooks (1.5.1)
minitest (> 5.3)
minitest-slow_test (0.2.0)
Expand Down Expand Up @@ -97,7 +97,7 @@ DEPENDENCIES
debug
majo
memory_profiler
minitest (~> 5.21)
minitest (~> 5.25)
minitest-hooks
minitest-slow_test
rake
Expand Down

0 comments on commit a83c93e

Please sign in to comment.