Skip to content

Commit 0c033c8

Browse files
dependabot[bot]stefannibrasil
authored andcommitted
Bump rubocop-minitest from 0.38.1 to 0.38.2 (#3116)
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.38.1 to 0.38.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.38.1...v0.38.2) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-version: 0.38.2 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 a7a6f0e commit 0c033c8

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.25.5'
1010
gem 'pry', '0.15.2'
1111
gem 'rake', '13.3.1'
1212
gem 'rubocop', '1.75.4'
13-
gem 'rubocop-minitest', '0.38.1'
13+
gem 'rubocop-minitest', '0.38.2'
1414
gem 'rubocop-rake', '0.7.1'
1515
gem 'simplecov', '0.22.0'
1616
gem 'test-unit', '3.7.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GEM
4646
rubocop-ast (1.48.0)
4747
parser (>= 3.3.7.2)
4848
prism (~> 1.4)
49-
rubocop-minitest (0.38.1)
49+
rubocop-minitest (0.38.2)
5050
lint_roller (~> 1.1)
5151
rubocop (>= 1.75.0, < 2.0)
5252
rubocop-ast (>= 1.38.0, < 2.0)
@@ -79,7 +79,7 @@ DEPENDENCIES
7979
pry (= 0.15.2)
8080
rake (= 13.3.1)
8181
rubocop (= 1.75.4)
82-
rubocop-minitest (= 0.38.1)
82+
rubocop-minitest (= 0.38.2)
8383
rubocop-rake (= 0.7.1)
8484
simplecov (= 0.22.0)
8585
test-unit (= 3.7.1)

0 commit comments

Comments
 (0)