Skip to content

Commit 83b1c62

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

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.4'
9+
gem 'minitest', '5.25.5'
1010
gem 'pry', '0.15.2'
1111
gem 'rake', '13.2.1'
1212
gem 'rubocop', '1.73.0'

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.4)
1919
lint_roller (1.1.0)
2020
method_source (1.1.0)
21-
minitest (5.25.4)
21+
minitest (5.25.5)
2222
parallel (1.26.3)
2323
parser (3.3.7.1)
2424
ast (~> 2.4.1)
@@ -73,7 +73,7 @@ PLATFORMS
7373
DEPENDENCIES
7474
benchmark
7575
faker!
76-
minitest (= 5.25.4)
76+
minitest (= 5.25.5)
7777
pry (= 0.15.2)
7878
rake (= 13.2.1)
7979
rubocop (= 1.73.0)

0 commit comments

Comments
 (0)