Skip to content

Commit 7309ea1

Browse files
dependabot[bot]Stefanni Brasil
andauthored
Bump minitest from 5.22.3 to 5.23.1 (#2957)
Bumps [minitest](https://github.com/minitest/minitest) from 5.22.3 to 5.23.1. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.22.3...v5.23.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefanni Brasil <[email protected]>
1 parent 5117816 commit 7309ea1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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.3'
9+
gem 'minitest', '5.23.1'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.2.1'
1212
gem 'rubocop', '1.63.4'

Gemfile.lock

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
json (2.7.2)
1818
language_server-protocol (3.17.0.3)
1919
method_source (1.0.0)
20-
minitest (5.22.3)
20+
minitest (5.23.1)
2121
parallel (1.24.0)
2222
parser (3.3.1.0)
2323
ast (~> 2.4.1)
@@ -59,8 +59,6 @@ GEM
5959
test-unit (3.6.2)
6060
power_assert
6161
timecop (0.9.8)
62-
tzinfo (2.0.6)
63-
concurrent-ruby (~> 1.0)
6462
unicode-display_width (2.5.0)
6563
yard (0.9.36)
6664

@@ -71,7 +69,7 @@ PLATFORMS
7169
DEPENDENCIES
7270
benchmark
7371
faker!
74-
minitest (= 5.22.3)
72+
minitest (= 5.23.1)
7573
pry (= 0.14.2)
7674
rake (= 13.2.1)
7775
rubocop (= 1.63.4)
@@ -80,7 +78,6 @@ DEPENDENCIES
8078
simplecov (= 0.22.0)
8179
test-unit (= 3.6.2)
8280
timecop (= 0.9.8)
83-
tzinfo (= 2.0.6)
8481
yard (= 0.9.36)
8582

8683
BUNDLED WITH

0 commit comments

Comments
 (0)