Skip to content

Commit cc66d5f

Browse files
Bump minitest from 5.25.5 to 5.26.0
Bumps [minitest](https://github.com/minitest/minitest) from 5.25.5 to 5.26.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.25.5...v5.26.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 5.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fcd9e9 commit cc66d5f

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
@@ -6,7 +6,7 @@ source 'https://rubygems.org'
66
gemspec
77

88
gem 'benchmark'
9-
gem 'minitest', '5.25.5'
9+
gem 'minitest', '5.26.0'
1010
gem 'pry', '0.15.2'
1111
gem 'rake', '13.3.0'
1212
gem 'rubocop', '1.75.4'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
language_server-protocol (3.17.0.5)
1919
lint_roller (1.1.0)
2020
method_source (1.1.0)
21-
minitest (5.25.5)
21+
minitest (5.26.0)
2222
parallel (1.27.0)
2323
parser (3.3.8.0)
2424
ast (~> 2.4.1)
@@ -75,7 +75,7 @@ PLATFORMS
7575
DEPENDENCIES
7676
benchmark
7777
faker!
78-
minitest (= 5.25.5)
78+
minitest (= 5.26.0)
7979
pry (= 0.15.2)
8080
rake (= 13.3.0)
8181
rubocop (= 1.75.4)

0 commit comments

Comments
 (0)