Skip to content

Commit aa44e00

Browse files
chore(deps): Bump rubocop from 1.69.2 to 1.75.6
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.75.6. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.69.2...v1.75.6) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 432e821 commit aa44e00

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
gem 'benchmark-ips', '~> 2.14'
1818
gem 'minitest', '~> 5.25'
1919
gem 'rake', '~> 13.2'
20-
gem 'rubocop', '~> 1.69'
20+
gem 'rubocop', '~> 1.75'
2121

2222
gem 'simplecov', require: false
2323
gem 'simplecov-cobertura', require: false

Gemfile.lock

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GEM
3333
minitest (>= 5.1)
3434
mutex_m
3535
tzinfo (~> 2.0)
36-
ast (2.4.2)
36+
ast (2.4.3)
3737
base64 (0.2.0)
3838
benchmark-ips (2.14.0)
3939
bigdecimal (3.1.8)
@@ -46,8 +46,9 @@ GEM
4646
erubi (1.12.0)
4747
i18n (1.14.5)
4848
concurrent-ruby (~> 1.0)
49-
json (2.9.0)
50-
language_server-protocol (3.17.0.3)
49+
json (2.12.0)
50+
language_server-protocol (3.17.0.5)
51+
lint_roller (1.1.0)
5152
loofah (2.22.0)
5253
crass (~> 1.0.2)
5354
nokogiri (>= 1.12.0)
@@ -59,10 +60,11 @@ GEM
5960
racc (~> 1.4)
6061
nokogiri (1.16.5-arm64-darwin)
6162
racc (~> 1.4)
62-
parallel (1.26.3)
63-
parser (3.3.6.0)
63+
parallel (1.27.0)
64+
parser (3.3.8.0)
6465
ast (~> 2.4.1)
6566
racc
67+
prism (1.4.0)
6668
racc (1.8.1)
6769
rack (3.0.11)
6870
rack-session (2.0.0)
@@ -78,20 +80,22 @@ GEM
7880
nokogiri (~> 1.14)
7981
rainbow (3.1.1)
8082
rake (13.2.1)
81-
regexp_parser (2.9.3)
83+
regexp_parser (2.10.0)
8284
rexml (3.3.7)
83-
rubocop (1.69.2)
85+
rubocop (1.75.6)
8486
json (~> 2.3)
85-
language_server-protocol (>= 3.17.0)
87+
language_server-protocol (~> 3.17.0.2)
88+
lint_roller (~> 1.1.0)
8689
parallel (~> 1.10)
8790
parser (>= 3.3.0.2)
8891
rainbow (>= 2.2.2, < 4.0)
8992
regexp_parser (>= 2.9.3, < 3.0)
90-
rubocop-ast (>= 1.36.2, < 2.0)
93+
rubocop-ast (>= 1.44.0, < 2.0)
9194
ruby-progressbar (~> 1.7)
9295
unicode-display_width (>= 2.4.0, < 4.0)
93-
rubocop-ast (1.37.0)
94-
parser (>= 3.3.1.0)
96+
rubocop-ast (1.44.1)
97+
parser (>= 3.3.7.2)
98+
prism (~> 1.4)
9599
ruby-progressbar (1.13.0)
96100
simplecov (0.22.0)
97101
docile (~> 1.1)
@@ -104,7 +108,7 @@ GEM
104108
simplecov_json_formatter (0.1.4)
105109
tzinfo (2.0.6)
106110
concurrent-ruby (~> 1.0)
107-
unicode-display_width (3.1.2)
111+
unicode-display_width (3.1.4)
108112
unicode-emoji (~> 4.0, >= 4.0.4)
109113
unicode-emoji (4.0.4)
110114

@@ -119,7 +123,7 @@ DEPENDENCIES
119123
clsx-rails!
120124
minitest (~> 5.25)
121125
rake (~> 13.2)
122-
rubocop (~> 1.69)
126+
rubocop (~> 1.75)
123127
simplecov
124128
simplecov-cobertura
125129

0 commit comments

Comments
 (0)