Skip to content

Commit 6f597bd

Browse files
dependabot[bot]noraj
authored andcommitted
Bump minitest from 5.24.1 to 5.25.0
Bumps [minitest](https://github.com/minitest/minitest) from 5.24.1 to 5.25.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.24.1...v5.25.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6469e8a commit 6f597bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :development, :install do
1616
end
1717

1818
group :development, :test do
19-
gem 'minitest', '~> 5.24'
19+
gem 'minitest', '~> 5.25'
2020
gem 'rake', '~> 13.2'
2121
end
2222

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
docopt (0.6.1)
1515
json (2.7.2)
1616
language_server-protocol (3.17.0.3)
17-
minitest (5.24.1)
17+
minitest (5.25.0)
1818
paint (2.3.0)
1919
parallel (1.25.1)
2020
parser (3.3.4.0)
@@ -53,7 +53,7 @@ DEPENDENCIES
5353
commonmarker (~> 0.23)
5454
csv (~> 3.3)
5555
docopt (~> 0.6)
56-
minitest (~> 5.24)
56+
minitest (~> 5.25)
5757
paint (~> 2.2)
5858
pass-station!
5959
rake (~> 13.2)

0 commit comments

Comments
 (0)