Skip to content

Commit ca96418

Browse files
Bump minitest from 5.26.1 to 5.27.0 (#3177)
Bumps [minitest](https://github.com/minitest/minitest) from 5.26.1 to 5.27.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.26.1...v5.27.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 5.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92186cd commit ca96418

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
@@ -7,7 +7,7 @@ gemspec
77

88
gem 'benchmark'
99
gem 'irb'
10-
gem 'minitest', '5.26.1'
10+
gem 'minitest', '5.27.0'
1111
gem 'pry', '0.16.0'
1212
gem 'rake', '13.3.1'
1313
gem 'rdoc'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GEM
2525
language_server-protocol (3.17.0.5)
2626
lint_roller (1.1.0)
2727
method_source (1.1.0)
28-
minitest (5.26.1)
28+
minitest (5.27.0)
2929
parallel (1.27.0)
3030
parser (3.3.10.0)
3131
ast (~> 2.4.1)
@@ -98,7 +98,7 @@ DEPENDENCIES
9898
benchmark
9999
faker!
100100
irb
101-
minitest (= 5.26.1)
101+
minitest (= 5.27.0)
102102
pry (= 0.16.0)
103103
rake (= 13.3.1)
104104
rdoc

0 commit comments

Comments
 (0)