Skip to content

Commit 76501f6

Browse files
dependabot[bot]bbenno
authored andcommitted
Bump minitest from 5.21.2 to 5.22.2
Bumps [minitest](https://github.com/minitest/minitest) from 5.21.2 to 5.22.2. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.21.2...v5.22.2) --- 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 70d42c2 commit 76501f6

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.21'
8+
gem 'minitest', '~> 5.22'
99
gem 'rake', '~> 13.1'
1010
gem 'rubocop', '~> 1.60'
1111
gem 'rubocop-minitest', '~> 0.34.5'

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.1)
1111
language_server-protocol (3.17.0.3)
12-
minitest (5.21.2)
12+
minitest (5.22.2)
1313
parallel (1.24.0)
1414
parser (3.3.0.5)
1515
ast (~> 2.4.1)
@@ -45,7 +45,7 @@ PLATFORMS
4545

4646
DEPENDENCIES
4747
human_languages!
48-
minitest (~> 5.21)
48+
minitest (~> 5.22)
4949
rake (~> 13.1)
5050
rubocop (~> 1.60)
5151
rubocop-minitest (~> 0.34.5)

0 commit comments

Comments
 (0)