Skip to content

Commit 8b99d6a

Browse files
Bump rubocop from 1.69.2 to 1.75.3
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.75.3. - [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.3) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 177c148 commit 8b99d6a

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

Gemfile.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ GEM
7070
public_suffix (>= 2.0.2, < 6.0)
7171
appsignal (3.7.5)
7272
rack
73-
ast (2.4.2)
73+
ast (2.4.3)
7474
base64 (0.2.0)
7575
bcrypt (3.1.20)
7676
bigdecimal (3.1.8)
@@ -192,10 +192,11 @@ GEM
192192
rails-dom-testing (>= 1, < 3)
193193
railties (>= 4.2.0)
194194
thor (>= 0.14, < 2.0)
195-
json (2.9.0)
195+
json (2.10.2)
196196
jwt (2.8.2)
197197
base64
198-
language_server-protocol (3.17.0.3)
198+
language_server-protocol (3.17.0.4)
199+
lint_roller (1.1.0)
199200
loofah (2.23.1)
200201
crass (~> 1.0.2)
201202
nokogiri (>= 1.12.0)
@@ -229,11 +230,12 @@ GEM
229230
mini_portile2 (~> 2.8.2)
230231
racc (~> 1.4)
231232
orm_adapter (0.5.0)
232-
parallel (1.26.3)
233-
parser (3.3.6.0)
233+
parallel (1.27.0)
234+
parser (3.3.8.0)
234235
ast (~> 2.4.1)
235236
racc
236237
pg (1.5.9)
238+
prism (1.4.0)
237239
psych (5.2.2)
238240
date
239241
stringio
@@ -282,7 +284,7 @@ GEM
282284
redis-client (>= 0.22.0)
283285
redis-client (0.22.2)
284286
connection_pool
285-
regexp_parser (2.9.3)
287+
regexp_parser (2.10.0)
286288
reline (0.6.0)
287289
io-console (~> 0.5)
288290
responders (3.1.1)
@@ -306,18 +308,20 @@ GEM
306308
rspec-mocks (~> 3.13)
307309
rspec-support (~> 3.13)
308310
rspec-support (3.13.2)
309-
rubocop (1.69.2)
311+
rubocop (1.75.3)
310312
json (~> 2.3)
311-
language_server-protocol (>= 3.17.0)
313+
language_server-protocol (~> 3.17.0.2)
314+
lint_roller (~> 1.1.0)
312315
parallel (~> 1.10)
313316
parser (>= 3.3.0.2)
314317
rainbow (>= 2.2.2, < 4.0)
315318
regexp_parser (>= 2.9.3, < 3.0)
316-
rubocop-ast (>= 1.36.2, < 2.0)
319+
rubocop-ast (>= 1.44.0, < 2.0)
317320
ruby-progressbar (~> 1.7)
318321
unicode-display_width (>= 2.4.0, < 4.0)
319-
rubocop-ast (1.36.2)
320-
parser (>= 3.3.1.0)
322+
rubocop-ast (1.44.1)
323+
parser (>= 3.3.7.2)
324+
prism (~> 1.4)
321325
rubocop-rails (2.27.0)
322326
activesupport (>= 4.2.0)
323327
rack (>= 1.1)
@@ -355,7 +359,7 @@ GEM
355359
railties (>= 6.0.0)
356360
tzinfo (2.0.6)
357361
concurrent-ruby (~> 1.0)
358-
unicode-display_width (3.1.2)
362+
unicode-display_width (3.1.4)
359363
unicode-emoji (~> 4.0, >= 4.0.4)
360364
unicode-emoji (4.0.4)
361365
warden (1.2.9)

0 commit comments

Comments
 (0)