Skip to content

Commit 98f194d

Browse files
Bump rubocop-minitest from 0.34.1 to 0.34.2 (#2873)
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.34.1 to 0.34.2. - [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.34.1...v0.34.2) --- updated-dependencies: - dependency-name: rubocop-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 245812b commit 98f194d

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
@@ -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.34.1'
13+
gem 'rubocop-minitest', '0.34.2'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'
1616
gem 'test-unit', '3.6.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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.34.1)
47+
rubocop-minitest (0.34.2)
4848
rubocop (>= 1.39, < 2.0)
4949
rubocop-ast (>= 1.30.0, < 2.0)
5050
rubocop-rake (0.6.0)
@@ -72,7 +72,7 @@ DEPENDENCIES
7272
pry (= 0.14.2)
7373
rake (= 13.1.0)
7474
rubocop (= 1.59.0)
75-
rubocop-minitest (= 0.34.1)
75+
rubocop-minitest (= 0.34.2)
7676
rubocop-rake (= 0.6.0)
7777
simplecov (= 0.22.0)
7878
test-unit (= 3.6.1)

0 commit comments

Comments
 (0)