Skip to content

Commit e89579a

Browse files
Bump minitest from 5.22.2 to 5.22.3 (#2917)
Bumps [minitest](https://github.com/minitest/minitest) from 5.22.2 to 5.22.3. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/commits) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6754225 commit e89579a

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.22.2'
9+
gem 'minitest', '5.22.3'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.1.0'
1212
gem 'rubocop', '1.62.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
json (2.7.1)
1818
language_server-protocol (3.17.0.3)
1919
method_source (1.0.0)
20-
minitest (5.22.2)
20+
minitest (5.22.3)
2121
parallel (1.24.0)
2222
parser (3.3.0.5)
2323
ast (~> 2.4.1)
@@ -69,7 +69,7 @@ PLATFORMS
6969
DEPENDENCIES
7070
benchmark
7171
faker!
72-
minitest (= 5.22.2)
72+
minitest (= 5.22.3)
7373
pry (= 0.14.2)
7474
rake (= 13.1.0)
7575
rubocop (= 1.62.1)

0 commit comments

Comments
 (0)