Skip to content

Commit 3b0c07c

Browse files
Bump rubocop-minitest from 0.36.0 to 0.37.1
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.36.0 to 0.37.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.36.0...v0.37.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43d00bf commit 3b0c07c

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

Gemfile.lock

+19-14
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,44 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.2)
10-
json (2.7.2)
11-
language_server-protocol (3.17.0.3)
10+
json (2.10.1)
11+
language_server-protocol (3.17.0.4)
12+
lint_roller (1.1.0)
1213
minitest (5.25.2)
1314
mocha (2.6.1)
1415
ruby2_keywords (>= 0.0.5)
1516
parallel (1.26.3)
16-
parser (3.3.5.0)
17+
parser (3.3.7.1)
1718
ast (~> 2.4.1)
1819
racc
1920
racc (1.8.1)
2021
rainbow (3.1.1)
2122
rake (13.2.1)
22-
regexp_parser (2.9.2)
23-
rubocop (1.66.1)
23+
regexp_parser (2.10.0)
24+
rubocop (1.72.1)
2425
json (~> 2.3)
25-
language_server-protocol (>= 3.17.0)
26+
language_server-protocol (~> 3.17.0.2)
27+
lint_roller (~> 1.1.0)
2628
parallel (~> 1.10)
2729
parser (>= 3.3.0.2)
2830
rainbow (>= 2.2.2, < 4.0)
29-
regexp_parser (>= 2.4, < 3.0)
30-
rubocop-ast (>= 1.32.2, < 2.0)
31+
regexp_parser (>= 2.9.3, < 3.0)
32+
rubocop-ast (>= 1.38.0, < 2.0)
3133
ruby-progressbar (~> 1.7)
32-
unicode-display_width (>= 2.4.0, < 3.0)
33-
rubocop-ast (1.32.3)
34+
unicode-display_width (>= 2.4.0, < 4.0)
35+
rubocop-ast (1.38.0)
3436
parser (>= 3.3.1.0)
35-
rubocop-minitest (0.36.0)
36-
rubocop (>= 1.61, < 2.0)
37-
rubocop-ast (>= 1.31.1, < 2.0)
37+
rubocop-minitest (0.37.1)
38+
lint_roller (~> 1.1)
39+
rubocop (>= 1.72.1, < 2.0)
40+
rubocop-ast (>= 1.38.0, < 2.0)
3841
rubocop-shopify (2.15.1)
3942
rubocop (~> 1.51)
4043
ruby-progressbar (1.13.0)
4144
ruby2_keywords (0.0.5)
42-
unicode-display_width (2.5.0)
45+
unicode-display_width (3.1.4)
46+
unicode-emoji (~> 4.0, >= 4.0.4)
47+
unicode-emoji (4.0.4)
4348

4449
PLATFORMS
4550
ruby

0 commit comments

Comments
 (0)