Skip to content

Commit

Permalink
Merge pull request #20 from ceritium/dependabot/bundler/minitest-5.23.0
Browse files Browse the repository at this point in the history
Bump minitest from 5.22.3 to 5.23.0
  • Loading branch information
ceritium authored May 16, 2024
2 parents b2f4a94 + 8bfeb8e commit e6e3041
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 @@ -5,7 +5,7 @@ source "https://rubygems.org"
# Specify your gem's dependencies in flatito.gemspec
gemspec

gem "minitest", "~> 5.22"
gem "minitest", "~> 5.23"
gem "rake", "~> 13.2"
gem "rubocop", "~> 1.63"
gem "rubocop-minitest", "~> 0.35"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
colorize (1.1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.22.3)
minitest (5.23.0)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -51,7 +51,7 @@ PLATFORMS

DEPENDENCIES
flatito!
minitest (~> 5.22)
minitest (~> 5.23)
rake (~> 13.2)
rubocop (~> 1.63)
rubocop-minitest (~> 0.35)
Expand Down

0 comments on commit e6e3041

Please sign in to comment.