Skip to content

Commit a604e41

Browse files
Bump rubocop from 1.71.0 to 1.73.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.0 to 1.73.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.0...v1.73.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64e0493 commit a604e41

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Gemfile.lock

+9-7
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ GEM
6363
rubocop (< 2.0)
6464
i18n (1.14.7)
6565
concurrent-ruby (~> 1.0)
66-
json (2.9.1)
67-
language_server-protocol (3.17.0.3)
66+
json (2.10.1)
67+
language_server-protocol (3.17.0.4)
68+
lint_roller (1.1.0)
6869
listen (3.9.0)
6970
rb-fsevent (~> 0.10, >= 0.10.3)
7071
rb-inotify (~> 0.9, >= 0.9.10)
@@ -81,7 +82,7 @@ GEM
8182
shellany (~> 0.0)
8283
ostruct (0.6.1)
8384
parallel (1.26.3)
84-
parser (3.3.7.0)
85+
parser (3.3.7.1)
8586
ast (~> 2.4.1)
8687
racc
8788
pdf-core (0.10.0)
@@ -120,17 +121,18 @@ GEM
120121
diff-lcs (>= 1.2.0, < 2.0)
121122
rspec-support (~> 3.13.0)
122123
rspec-support (3.13.1)
123-
rubocop (1.71.0)
124+
rubocop (1.73.2)
124125
json (~> 2.3)
125-
language_server-protocol (>= 3.17.0)
126+
language_server-protocol (~> 3.17.0.2)
127+
lint_roller (~> 1.1.0)
126128
parallel (~> 1.10)
127129
parser (>= 3.3.0.2)
128130
rainbow (>= 2.2.2, < 4.0)
129131
regexp_parser (>= 2.9.3, < 3.0)
130-
rubocop-ast (>= 1.36.2, < 2.0)
132+
rubocop-ast (>= 1.38.0, < 2.0)
131133
ruby-progressbar (~> 1.7)
132134
unicode-display_width (>= 2.4.0, < 4.0)
133-
rubocop-ast (1.37.0)
135+
rubocop-ast (1.38.1)
134136
parser (>= 3.3.1.0)
135137
rubocop-performance (1.23.1)
136138
rubocop (>= 1.48.1, < 2.0)

0 commit comments

Comments
 (0)