Skip to content

Commit

Permalink
Merge pull request #69 from saturnflyer/dependabot/bundler/minitest-5…
Browse files Browse the repository at this point in the history
….23.0

Bump minitest from 5.20.0 to 5.23.0
  • Loading branch information
saturnflyer authored Nov 15, 2024
2 parents f9b64e6 + 9e3b2c7 commit f438c42
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 @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 13.1"
gem "minitest", "~> 5.20"
gem "minitest", "~> 5.23"
gem "simplecov", require: false, group: :test
gem "standard"
gem "debug"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
json (2.6.3)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
minitest (5.20.0)
minitest (5.23.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -78,7 +78,7 @@ PLATFORMS
DEPENDENCIES
debug
direct!
minitest (~> 5.20)
minitest (~> 5.23)
rake (~> 13.1)
simplecov
standard
Expand Down

0 comments on commit f438c42

Please sign in to comment.