Skip to content

Commit

Permalink
Merge pull request #25 from ceritium/dependabot/bundler/minitest-5.24.0
Browse files Browse the repository at this point in the history
Bump minitest from 5.23.1 to 5.24.0
  • Loading branch information
ceritium authored Jun 19, 2024
2 parents 394f0d7 + 4749777 commit cb460fc
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.23"
gem "minitest", "~> 5.24"
gem "rake", "~> 13.2"
gem "rubocop", "~> 1.64"
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.23.1)
minitest (5.24.0)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -53,7 +53,7 @@ PLATFORMS

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

0 comments on commit cb460fc

Please sign in to comment.