Skip to content

Commit e966bd6

Browse files
dependabot[bot]bbenno
authored andcommitted
Bump minitest from 5.24.1 to 5.25.1
Bumps [minitest](https://github.com/minitest/minitest) from 5.24.1 to 5.25.1. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.24.1...v5.25.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63b9f5e commit e966bd6

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
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
# Specify your gem's dependencies in languages.gemspec
66
gemspec
77

8-
gem 'minitest', '~> 5.24'
8+
gem 'minitest', '~> 5.25'
99
gem 'rake', '~> 13.1'
1010
gem 'rubocop', '~> 1.65'
1111
gem 'rubocop-minitest', '~> 0.35.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
ast (2.4.2)
1010
json (2.7.2)
1111
language_server-protocol (3.17.0.3)
12-
minitest (5.24.1)
12+
minitest (5.25.1)
1313
parallel (1.25.1)
1414
parser (3.3.4.0)
1515
ast (~> 2.4.1)
@@ -47,7 +47,7 @@ PLATFORMS
4747

4848
DEPENDENCIES
4949
human_languages!
50-
minitest (~> 5.24)
50+
minitest (~> 5.25)
5151
rake (~> 13.1)
5252
rubocop (~> 1.65)
5353
rubocop-minitest (~> 0.35.1)

0 commit comments

Comments
 (0)