Skip to content

Commit 245812b

Browse files
Bump rubocop-minitest from 0.33.0 to 0.34.1 (#2872)
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.33.0 to 0.34.1. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.33.0...v0.34.1) --- updated-dependencies: - dependency-name: rubocop-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>
1 parent 0576cce commit 245812b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'minitest', '5.20.0'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.1.0'
1212
gem 'rubocop', '1.59.0'
13-
gem 'rubocop-minitest', '0.33.0'
13+
gem 'rubocop-minitest', '0.34.1'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'
1616
gem 'test-unit', '3.6.1'

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
language_server-protocol (3.17.0.3)
1919
method_source (1.0.0)
2020
minitest (5.20.0)
21-
parallel (1.23.0)
21+
parallel (1.24.0)
2222
parser (3.2.2.4)
2323
ast (~> 2.4.1)
2424
racc
@@ -44,8 +44,9 @@ GEM
4444
unicode-display_width (>= 2.4.0, < 3.0)
4545
rubocop-ast (1.30.0)
4646
parser (>= 3.2.1.0)
47-
rubocop-minitest (0.33.0)
47+
rubocop-minitest (0.34.1)
4848
rubocop (>= 1.39, < 2.0)
49+
rubocop-ast (>= 1.30.0, < 2.0)
4950
rubocop-rake (0.6.0)
5051
rubocop (~> 1.0)
5152
ruby-progressbar (1.13.0)
@@ -71,7 +72,7 @@ DEPENDENCIES
7172
pry (= 0.14.2)
7273
rake (= 13.1.0)
7374
rubocop (= 1.59.0)
74-
rubocop-minitest (= 0.33.0)
75+
rubocop-minitest (= 0.34.1)
7576
rubocop-rake (= 0.6.0)
7677
simplecov (= 0.22.0)
7778
test-unit (= 3.6.1)

0 commit comments

Comments
 (0)