Skip to content

Commit 56cd698

Browse files
authored
Merge pull request #303 from tuanle03/dependabot/bundler/rubocop-1.75.5
Bump rubocop from 1.69.2 to 1.75.5
2 parents f15fcec + 0d5c4a3 commit 56cd698

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.9)
@@ -194,10 +194,11 @@ GEM
194194
rails-dom-testing (>= 1, < 3)
195195
railties (>= 4.2.0)
196196
thor (>= 0.14, < 2.0)
197-
json (2.9.0)
197+
json (2.11.3)
198198
jwt (2.8.2)
199199
base64
200-
language_server-protocol (3.17.0.3)
200+
language_server-protocol (3.17.0.4)
201+
lint_roller (1.1.0)
201202
logger (1.6.4)
202203
loofah (2.23.1)
203204
crass (~> 1.0.2)
@@ -232,11 +233,12 @@ GEM
232233
mini_portile2 (~> 2.8.2)
233234
racc (~> 1.4)
234235
orm_adapter (0.5.0)
235-
parallel (1.26.3)
236-
parser (3.3.6.0)
236+
parallel (1.27.0)
237+
parser (3.3.8.0)
237238
ast (~> 2.4.1)
238239
racc
239240
pg (1.5.9)
241+
prism (1.4.0)
240242
psych (5.2.2)
241243
date
242244
stringio
@@ -285,7 +287,7 @@ GEM
285287
redis-client (>= 0.22.0)
286288
redis-client (0.22.2)
287289
connection_pool
288-
regexp_parser (2.9.3)
290+
regexp_parser (2.10.0)
289291
reline (0.6.0)
290292
io-console (~> 0.5)
291293
responders (3.1.1)
@@ -309,18 +311,20 @@ GEM
309311
rspec-mocks (~> 3.13)
310312
rspec-support (~> 3.13)
311313
rspec-support (3.13.2)
312-
rubocop (1.69.2)
314+
rubocop (1.75.5)
313315
json (~> 2.3)
314-
language_server-protocol (>= 3.17.0)
316+
language_server-protocol (~> 3.17.0.2)
317+
lint_roller (~> 1.1.0)
315318
parallel (~> 1.10)
316319
parser (>= 3.3.0.2)
317320
rainbow (>= 2.2.2, < 4.0)
318321
regexp_parser (>= 2.9.3, < 3.0)
319-
rubocop-ast (>= 1.36.2, < 2.0)
322+
rubocop-ast (>= 1.44.0, < 2.0)
320323
ruby-progressbar (~> 1.7)
321324
unicode-display_width (>= 2.4.0, < 4.0)
322-
rubocop-ast (1.36.2)
323-
parser (>= 3.3.1.0)
325+
rubocop-ast (1.44.1)
326+
parser (>= 3.3.7.2)
327+
prism (~> 1.4)
324328
rubocop-rails (2.27.0)
325329
activesupport (>= 4.2.0)
326330
rack (>= 1.1)
@@ -358,7 +362,7 @@ GEM
358362
railties (>= 6.0.0)
359363
tzinfo (2.0.6)
360364
concurrent-ruby (~> 1.0)
361-
unicode-display_width (3.1.2)
365+
unicode-display_width (3.1.4)
362366
unicode-emoji (~> 4.0, >= 4.0.4)
363367
unicode-emoji (4.0.4)
364368
warden (1.2.9)

0 commit comments

Comments
 (0)