Skip to content

Commit 4f672a5

Browse files
build(deps): bump rubocop from 1.69.2 to 1.75.2 (#329)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.75.2. - [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.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35a80cf commit 4f672a5

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Gemfile.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
ast (2.4.2)
16+
ast (2.4.3)
1717
benchmark-malloc (0.2.0)
1818
benchmark-perf (0.6.0)
1919
benchmark-trend (0.4.0)
@@ -30,19 +30,21 @@ GEM
3030
dry-inflector (1.1.0)
3131
json (2.9.1)
3232
json (2.9.1-java)
33-
language_server-protocol (3.17.0.3)
33+
language_server-protocol (3.17.0.4)
34+
lint_roller (1.1.0)
3435
parallel (1.26.3)
35-
parser (3.3.6.0)
36+
parser (3.3.7.4)
3637
ast (~> 2.4.1)
3738
racc
3839
pluginator (1.5.0)
3940
pre-commit (0.40.0)
4041
pluginator (~> 1.5)
42+
prism (1.4.0)
4143
racc (1.8.1)
4244
racc (1.8.1-java)
4345
rainbow (3.1.1)
4446
rake (13.2.1)
45-
regexp_parser (2.9.3)
47+
regexp_parser (2.10.0)
4648
rspec (3.13.0)
4749
rspec-core (~> 3.13.0)
4850
rspec-expectations (~> 3.13.0)
@@ -62,18 +64,20 @@ GEM
6264
diff-lcs (>= 1.2.0, < 2.0)
6365
rspec-support (~> 3.13.0)
6466
rspec-support (3.13.1)
65-
rubocop (1.69.2)
67+
rubocop (1.75.2)
6668
json (~> 2.3)
67-
language_server-protocol (>= 3.17.0)
69+
language_server-protocol (~> 3.17.0.2)
70+
lint_roller (~> 1.1.0)
6871
parallel (~> 1.10)
6972
parser (>= 3.3.0.2)
7073
rainbow (>= 2.2.2, < 4.0)
7174
regexp_parser (>= 2.9.3, < 3.0)
72-
rubocop-ast (>= 1.36.2, < 2.0)
75+
rubocop-ast (>= 1.44.0, < 2.0)
7376
ruby-progressbar (~> 1.7)
7477
unicode-display_width (>= 2.4.0, < 4.0)
75-
rubocop-ast (1.36.2)
76-
parser (>= 3.3.1.0)
78+
rubocop-ast (1.44.0)
79+
parser (>= 3.3.7.2)
80+
prism (~> 1.4)
7781
ruby-progressbar (1.13.0)
7882
simplecov (0.16.1)
7983
docile (~> 1.1)
@@ -87,7 +91,7 @@ GEM
8791
tins (1.33.0)
8892
bigdecimal
8993
sync
90-
unicode-display_width (3.1.2)
94+
unicode-display_width (3.1.4)
9195
unicode-emoji (~> 4.0, >= 4.0.4)
9296
unicode-emoji (4.0.4)
9397

0 commit comments

Comments
 (0)