Skip to content

Commit ba77530

Browse files
Bump minitest from 5.20.0 to 5.21.1
Bumps [minitest](https://github.com/minitest/minitest) from 5.20.0 to 5.21.1. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.20.0...v5.21.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf66b16 commit ba77530

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
# Specify development dependencies here
99
gem "toys"
10-
gem "minitest", "~> 5.20", require: false
10+
gem "minitest", "~> 5.21", require: false
1111
gem "mocha", "~> 2.1.0", require: false
1212
gem "pry-sorbet", "~> 0.2", require: false
1313
gem "rubocop-shopify", require: false

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GEM
3939
json (2.7.1)
4040
language_server-protocol (3.17.0.3)
4141
method_source (1.0.0)
42-
minitest (5.20.0)
42+
minitest (5.21.1)
4343
mocha (2.1.0)
4444
ruby2_keywords (>= 0.0.5)
4545
mutex_m (0.2.0)
@@ -135,7 +135,7 @@ PLATFORMS
135135
DEPENDENCIES
136136
dotenv
137137
lunchmoney-ruby!
138-
minitest (~> 5.20)
138+
minitest (~> 5.21)
139139
mocha (~> 2.1.0)
140140
pry-sorbet (~> 0.2)
141141
rubocop-minitest

0 commit comments

Comments
 (0)