Skip to content

Commit c7e5e46

Browse files
Bump rubocop-minitest from 0.34.3 to 0.34.4 (#2884)
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.34.3 to 0.34.4. - [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.3...v0.34.4) --- 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 77f7bda commit c7e5e46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.3'
13+
gem 'rubocop-minitest', '0.34.4'
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
method_source (1.0.0)
2020
minitest (5.20.0)
2121
parallel (1.24.0)
22-
parser (3.2.2.4)
22+
parser (3.3.0.2)
2323
ast (~> 2.4.1)
2424
racc
2525
power_assert (2.0.3)
@@ -29,7 +29,7 @@ GEM
2929
racc (1.7.3)
3030
rainbow (3.1.1)
3131
rake (13.1.0)
32-
regexp_parser (2.8.3)
32+
regexp_parser (2.9.0)
3333
rexml (3.2.6)
3434
rubocop (1.59.0)
3535
json (~> 2.3)
@@ -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.3)
47+
rubocop-minitest (0.34.4)
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.3)
75+
rubocop-minitest (= 0.34.4)
7676
rubocop-rake (= 0.6.0)
7777
simplecov (= 0.22.0)
7878
test-unit (= 3.6.1)

0 commit comments

Comments
 (0)