Skip to content

Commit 45c514d

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 d400e77 commit 45c514d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :development, :install do
1414
end
1515

1616
group :development, :test do
17-
gem 'minitest', '~> 5.24'
17+
gem 'minitest', '~> 5.25'
1818
gem 'rake', '~> 13.2'
1919
end
2020

Gemfile.lock

Lines changed: 2 additions & 2 deletions
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
docopt (~> 0.6)
5555
haiti-hash!
56-
minitest (~> 5.24)
56+
minitest (~> 5.25)
5757
paint (~> 2.3)
5858
rake (~> 13.2)
5959
rubocop (~> 1.65)

0 commit comments

Comments
 (0)