Skip to content

Commit a6f01b8

Browse files
Bump rubocop-minitest from 0.38.0 to 0.38.1 (#3088)
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.38.0 to 0.38.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.38.0...v0.38.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-version: 0.38.1 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 83ef092 commit a6f01b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.0'
1212
gem 'rubocop', '1.75.4'
13-
gem 'rubocop-minitest', '0.38.0'
13+
gem 'rubocop-minitest', '0.38.1'
1414
gem 'rubocop-rake', '0.7.1'
1515
gem 'simplecov', '0.22.0'
1616
gem 'test-unit', '3.6.8'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ GEM
1414
docile (1.4.1)
1515
i18n (1.14.7)
1616
concurrent-ruby (~> 1.0)
17-
json (2.11.3)
18-
language_server-protocol (3.17.0.4)
17+
json (2.12.2)
18+
language_server-protocol (3.17.0.5)
1919
lint_roller (1.1.0)
2020
method_source (1.1.0)
2121
minitest (5.25.5)
@@ -43,10 +43,10 @@ GEM
4343
rubocop-ast (>= 1.44.0, < 2.0)
4444
ruby-progressbar (~> 1.7)
4545
unicode-display_width (>= 2.4.0, < 4.0)
46-
rubocop-ast (1.44.1)
46+
rubocop-ast (1.45.1)
4747
parser (>= 3.3.7.2)
4848
prism (~> 1.4)
49-
rubocop-minitest (0.38.0)
49+
rubocop-minitest (0.38.1)
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.0)
8181
rubocop (= 1.75.4)
82-
rubocop-minitest (= 0.38.0)
82+
rubocop-minitest (= 0.38.1)
8383
rubocop-rake (= 0.7.1)
8484
simplecov (= 0.22.0)
8585
test-unit (= 3.6.8)

0 commit comments

Comments
 (0)