Skip to content

Commit 3aec048

Browse files
authored
Update standard to version 1.49.0
1 parent 2202ae8 commit 3aec048

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

Gemfile.lock

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,11 @@ GEM
218218
nio4r (2.7.4)
219219
nokogiri (1.18.6-arm64-darwin)
220220
racc (~> 1.4)
221+
nokogiri (1.18.6-x86_64-linux-gnu)
222+
racc (~> 1.4)
221223
ostruct (0.6.1)
222224
parallel (1.26.3)
223-
parser (3.3.7.2)
225+
parser (3.3.7.4)
224226
ast (~> 2.4.1)
225227
racc
226228
pg (1.5.9)
@@ -294,18 +296,18 @@ GEM
294296
version_gem (>= 1.1.3, < 4)
295297
rexml (3.4.1)
296298
rspec-block_is_expected (1.0.6)
297-
rubocop (1.73.2)
299+
rubocop (1.75.2)
298300
json (~> 2.3)
299301
language_server-protocol (~> 3.17.0.2)
300302
lint_roller (~> 1.1.0)
301303
parallel (~> 1.10)
302304
parser (>= 3.3.0.2)
303305
rainbow (>= 2.2.2, < 4.0)
304306
regexp_parser (>= 2.9.3, < 3.0)
305-
rubocop-ast (>= 1.38.0, < 2.0)
307+
rubocop-ast (>= 1.44.0, < 2.0)
306308
ruby-progressbar (~> 1.7)
307309
unicode-display_width (>= 2.4.0, < 4.0)
308-
rubocop-ast (1.43.0)
310+
rubocop-ast (1.44.0)
309311
parser (>= 3.3.7.2)
310312
prism (~> 1.4)
311313
rubocop-gradual (0.3.6)
@@ -323,9 +325,9 @@ GEM
323325
rubocop-packaging (0.6.0)
324326
lint_roller (~> 1.1.0)
325327
rubocop (>= 1.72.1, < 2.0)
326-
rubocop-performance (1.24.0)
328+
rubocop-performance (1.25.0)
327329
lint_roller (~> 1.1)
328-
rubocop (>= 1.72.1, < 2.0)
330+
rubocop (>= 1.75.0, < 2.0)
329331
rubocop-ast (>= 1.38.0, < 2.0)
330332
rubocop-rake (0.7.1)
331333
lint_roller (~> 1.1)
@@ -367,18 +369,19 @@ GEM
367369
simplecov (>= 0.4.1)
368370
simplecov_json_formatter (0.1.4)
369371
sqlite3 (2.6.0-arm64-darwin)
370-
standard (1.47.0)
372+
sqlite3 (2.6.0-x86_64-linux-gnu)
373+
standard (1.49.0)
371374
language_server-protocol (~> 3.17.0.2)
372375
lint_roller (~> 1.0)
373-
rubocop (~> 1.73.0)
376+
rubocop (~> 1.75.2)
374377
standard-custom (~> 1.0.0)
375-
standard-performance (~> 1.7)
378+
standard-performance (~> 1.8)
376379
standard-custom (1.0.2)
377380
lint_roller (~> 1.0)
378381
rubocop (~> 1.50)
379-
standard-performance (1.7.0)
382+
standard-performance (1.8.0)
380383
lint_roller (~> 1.1)
381-
rubocop-performance (~> 1.24.0)
384+
rubocop-performance (~> 1.25.0)
382385
standard-rubocop-lts (1.0.10)
383386
rspec-block_is_expected (~> 1.0, >= 1.0.5)
384387
standard (>= 1.35.1, < 2)

0 commit comments

Comments
 (0)