Skip to content

Commit 211d615

Browse files
Bump rubocop from 1.60.0 to 1.66.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.0 to 1.66.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.60.0...v1.66.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 185fa9c commit 211d615

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

Diff for: Gemfile.lock

+11-13
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ GEM
2020
temple (>= 0.8.2)
2121
thor
2222
tilt
23-
json (2.7.1)
23+
json (2.7.2)
2424
language_server-protocol (3.17.0.3)
2525
method_source (1.0.0)
2626
oj (3.16.3)
2727
bigdecimal (>= 3.0)
2828
ougai (2.0.0)
2929
oj (~> 3.10)
30-
parallel (1.24.0)
31-
parser (3.3.0.4)
30+
parallel (1.26.3)
31+
parser (3.3.5.0)
3232
ast (~> 2.4.1)
3333
racc
3434
pg (1.5.4)
@@ -38,13 +38,12 @@ GEM
3838
pry (0.14.2)
3939
coderay (~> 1.1)
4040
method_source (~> 1.0)
41-
racc (1.7.3)
41+
racc (1.8.1)
4242
rainbow (3.1.1)
4343
rake (13.1.0)
4444
rbs (3.4.1)
4545
abbrev
46-
regexp_parser (2.9.0)
47-
rexml (3.2.6)
46+
regexp_parser (2.9.2)
4847
rspec (3.13.0)
4948
rspec-core (~> 3.13.0)
5049
rspec-expectations (~> 3.13.0)
@@ -58,19 +57,18 @@ GEM
5857
diff-lcs (>= 1.2.0, < 2.0)
5958
rspec-support (~> 3.13.0)
6059
rspec-support (3.13.1)
61-
rubocop (1.60.0)
60+
rubocop (1.66.1)
6261
json (~> 2.3)
6362
language_server-protocol (>= 3.17.0)
6463
parallel (~> 1.10)
6564
parser (>= 3.3.0.2)
6665
rainbow (>= 2.2.2, < 4.0)
67-
regexp_parser (>= 1.8, < 3.0)
68-
rexml (>= 3.2.5, < 4.0)
69-
rubocop-ast (>= 1.30.0, < 2.0)
66+
regexp_parser (>= 2.4, < 3.0)
67+
rubocop-ast (>= 1.32.2, < 2.0)
7068
ruby-progressbar (~> 1.7)
7169
unicode-display_width (>= 2.4.0, < 3.0)
72-
rubocop-ast (1.30.0)
73-
parser (>= 3.2.1.0)
70+
rubocop-ast (1.32.3)
71+
parser (>= 3.3.1.0)
7472
rubocop-capybara (2.20.0)
7573
rubocop (~> 1.41)
7674
rubocop-factory_bot (2.25.1)
@@ -100,7 +98,7 @@ GEM
10098
temple (0.10.3)
10199
thor (1.3.2)
102100
tilt (2.3.0)
103-
unicode-display_width (2.5.0)
101+
unicode-display_width (2.6.0)
104102

105103
PLATFORMS
106104
arm64-darwin-20

0 commit comments

Comments
 (0)