Skip to content

Commit 4711d95

Browse files
dependabot[bot]noraj
authored andcommitted
Bump minitest from 5.19.0 to 5.20.0
Bumps [minitest](https://github.com/minitest/minitest) from 5.19.0 to 5.20.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6a7c88 commit 4711d95

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
@@ -25,7 +25,7 @@ end
2525

2626
# Needed to run tests
2727
group :development, :test do
28-
gem 'minitest', '~> 5.19'
28+
gem 'minitest', '~> 5.20'
2929
gem 'minitest-skip', '~> 0.0' # skip dummy tests
3030
gem 'rake', '~> 13.0'
3131
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GEM
2424
dry-cli (1.0.0)
2525
json (2.6.3)
2626
language_server-protocol (3.17.0.3)
27-
minitest (5.19.0)
27+
minitest (5.20.0)
2828
minitest-skip (0.0.3)
2929
minitest (~> 5.0)
3030
paint (2.3.0)
@@ -74,7 +74,7 @@ DEPENDENCIES
7474
commonmarker (~> 0.23)
7575
ctf-party (~> 2.3)
7676
dry-cli (~> 1.0)
77-
minitest (~> 5.19)
77+
minitest (~> 5.20)
7878
minitest-skip (~> 0.0)
7979
paint (~> 2.3)
8080
rake (~> 13.0)

0 commit comments

Comments
 (0)