Skip to content

Commit 19ad0bf

Browse files
Bump rubocop-minitest from 0.32.2 to 0.33.0 (#2843)
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.32.2 to 0.33.0. - [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.32.2...v0.33.0) --- 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 3b6d59d commit 19ad0bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'minitest', '5.20.0'
99
gem 'pry', '0.14.2'
1010
gem 'rake', '13.1.0'
1111
gem 'rubocop', '1.57.1'
12-
gem 'rubocop-minitest', '0.32.2'
12+
gem 'rubocop-minitest', '0.33.0'
1313
gem 'rubocop-rake', '0.6.0'
1414
gem 'simplecov', '0.22.0'
1515
gem 'test-unit', '3.6.1'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ GEM
4343
rubocop-ast (>= 1.28.1, < 2.0)
4444
ruby-progressbar (~> 1.7)
4545
unicode-display_width (>= 2.4.0, < 3.0)
46-
rubocop-ast (1.29.0)
46+
rubocop-ast (1.30.0)
4747
parser (>= 3.2.1.0)
48-
rubocop-minitest (0.32.2)
48+
rubocop-minitest (0.33.0)
4949
rubocop (>= 1.39, < 2.0)
5050
rubocop-rake (0.6.0)
5151
rubocop (~> 1.0)
@@ -71,7 +71,7 @@ DEPENDENCIES
7171
pry (= 0.14.2)
7272
rake (= 13.1.0)
7373
rubocop (= 1.57.1)
74-
rubocop-minitest (= 0.32.2)
74+
rubocop-minitest (= 0.33.0)
7575
rubocop-rake (= 0.6.0)
7676
simplecov (= 0.22.0)
7777
test-unit (= 3.6.1)

0 commit comments

Comments
 (0)