-
Notifications
You must be signed in to change notification settings - Fork 22
/
smoke-bundler-group-rules.yaml
643 lines (624 loc) · 53.3 KB
/
smoke-bundler-group-rules.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
input:
job:
package-manager: bundler
allowed-updates:
- dependency-type: direct
update-type: all
dependency-groups:
- name: ruleset
rules:
patterns:
- rack
- rubocop
experiments:
grouped-updates-prototype: true
record-ecosystem-versions: true
ignore-conditions:
- dependency-name: rubocop
source: tests/smoke-bundler-group-rules.yaml
version-requirement: '>1.59.0'
source:
provider: github
repo: dependabot/smoke-tests
directory: /bundler
commit: f558406ea0f067dcb5e223e257dcd91c27ea3a85
hostname: github.com
api-endpoint: https://api.github.com/
commit-message-options: {}
max-updater-run-time: 2700
credentials:
- host: github.com
password: $LOCAL_GITHUB_ACCESS_TOKEN
type: git_source
username: x-access-token
output:
- type: record_ecosystem_versions
expect:
data:
ecosystem_versions:
package_managers:
bundler: "2"
- type: update_dependency_list
expect:
data:
dependencies:
- name: rubocop
requirements:
- file: Gemfile
groups:
- default
requirement: 0.76.0
source: null
version: 0.76.0
- name: toml-rb
requirements:
- file: Gemfile
groups:
- default
requirement: 2.2.0
source: null
version: 2.2.0
- name: rack
requirements:
- file: Gemfile
groups:
- default
requirement: '>= 0'
source:
branch: null
ref: 2.1.4
type: git
url: git@github.com:rack/rack.git
version: f3cf79d6460dc592767941806d1b2b7008f73e01
- name: ast
requirements: []
version: 2.4.2
- name: citrus
requirements: []
version: 3.0.2
- name: jaro_winkler
requirements: []
version: 1.5.4
- name: parallel
requirements: []
version: 1.22.1
- name: parser
requirements: []
version: 3.1.2.0
- name: rainbow
requirements: []
version: 3.1.1
- name: ruby-progressbar
requirements: []
version: 1.11.0
- name: unicode-display_width
requirements: []
version: 1.6.1
dependency_files:
- /bundler/Gemfile
- /bundler/Gemfile.lock
- type: create_pull_request
expect:
data:
base-commit-sha: f558406ea0f067dcb5e223e257dcd91c27ea3a85
dependencies:
- name: rubocop
previous-requirements:
- file: Gemfile
groups:
- default
requirement: 0.76.0
source: null
previous-version: 0.76.0
requirements:
- file: Gemfile
groups:
- default
requirement: 1.59.0
source: null
version: 1.59.0
directory: /bundler
- name: rack
previous-requirements:
- file: Gemfile
groups:
- default
requirement: '>= 0'
source:
branch: null
ref: 2.1.4
type: git
url: git@github.com:rack/rack.git
previous-version: f3cf79d6460dc592767941806d1b2b7008f73e01
requirements:
- file: Gemfile
groups:
- default
requirement: '>= 0'
source:
branch: null
ref: v3.0.9.1
type: git
url: git@github.com:rack/rack.git
version: cc95b0db910b58c0ebb7aafa957400218ffbf500
directory: /bundler
updated-dependency-files:
- content: |
# frozen_string_literal: true
source "https://rubygems.org"
gem "rubocop", "1.59.0"
gem "toml-rb", "2.2.0"
gem 'rack', git: 'git@github.com:rack/rack.git', tag: 'v3.0.9.1'
content_encoding: utf-8
deleted: false
directory: /bundler
name: Gemfile
operation: update
support_file: false
type: file
- content: |
GIT
remote: git@github.com:rack/rack.git
revision: cc95b0db910b58c0ebb7aafa957400218ffbf500
tag: v3.0.9.1
specs:
rack (3.0.9.1)
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
citrus (3.0.2)
json (2.7.1)
language_server-protocol (3.17.0.3)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
racc (1.7.3)
rainbow (3.1.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
toml-rb (2.2.0)
citrus (~> 3.0, > 3.0)
unicode-display_width (2.5.0)
PLATFORMS
ruby
DEPENDENCIES
rack!
rubocop (= 1.59.0)
toml-rb (= 2.2.0)
BUNDLED WITH
2.1.4
content_encoding: utf-8
deleted: false
directory: /bundler
name: Gemfile.lock
operation: update
support_file: false
type: file
pr-title: Bump the ruleset group in /bundler with 2 updates
pr-body: |
Bumps the ruleset group in /bundler with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rack](https://github.com/rack/rack).
Updates `rubocop` from 0.76.0 to 1.59.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rubocop/rubocop/releases">rubocop's releases</a>.</em></p>
<blockquote>
<h2>RuboCop 1.59</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github.com/rubocop/rubocop/pull/12518">#12518</a>: Add new <code>Lint/ItWithoutArgumentsInBlock</code> cop. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github.com/rubocop/rubocop/issues/12434">#12434</a>: Fix a false positive for <code>Lint/LiteralAssignmentInCondition</code> when using interpolated string or xstring literals. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12435">#12435</a>: Fix a false positive for <code>Lint/SelfAssignment</code> when using attribute assignment with method call with arguments. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12444">#12444</a>: Fix false positive for <code>Style/HashEachMethods</code> when receiver literal is not a hash literal. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12524">#12524</a>: Fix a false positive for <code>Style/MethodCallWithArgsParentheses</code> when <code>EnforcedStyle: omit_parentheses</code> and parens in <code>when</code> clause is used to pass an argument. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/pull/12505">#12505</a>: Fix a false positive for <code>Style/RedundantParentheses</code> when using parenthesized <code>lambda</code> or <code>proc</code> with <code>do</code>...<code>end</code> block. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12442">#12442</a>: Fix an incorrect autocorrect for <code>Style/CombinableLoops</code> when looping over the same data as previous loop in <code>do</code>...<code>end</code> and <code>{</code>...<code>}</code> blocks. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/pull/12432">#12432</a>: Fix a false positive for <code>Lint/LiteralAssignmentInCondition</code> when using parallel assignment with splat operator in block of guard condition. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12441">#12441</a>: Fix false positives for <code>Style/HashEachMethods</code> when using destructed block arguments. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12436">#12436</a>: Fix false positives for <code>Style/RedundantParentheses</code> when a part of range is a parenthesized condition. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12429">#12429</a>: Fix incorrect autocorrect for <code>Style/MapToHash</code> when using dot method calls for <code>to_h</code>. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12488">#12488</a>: Make <code>Lint/HashCompareByIdentity</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12489">#12489</a>: Make <code>Lint/NextWithoutAccumulator</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12490">#12490</a>: Make <code>Lint/NumberConversion</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12491">#12491</a>: Make <code>Lint/RedundantWithIndex</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12492">#12492</a>: Make <code>Lint/RedundantWithObject</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12493">#12493</a>: Make <code>Lint/UnmodifiedReduceAccumulator</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12473">#12473</a>: Make <code>Style/ClassCheck</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12445">#12445</a>: Make <code>Style/CollectionCompact</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12474">#12474</a>: Make <code>Style/ConcatArrayLiterals</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12476">#12476</a>: Make <code>Style/DateTime</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12479">#12479</a>: Make <code>Style/EachWithObject</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12446">#12446</a>: Make <code>Style/HashExcept</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12447">#12447</a>: Make <code>Style/MapCompactWithConditionalBlock</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12484">#12484</a>: Make <code>Style/Next</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12486">#12486</a>: Make <code>Style/RedundantArgument</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12454">#12454</a>: Make <code>Style/RedundantFetchBlock</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12495">#12495</a>: Make <code>Layout/RedundantLineBreak</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12455">#12455</a>: Make <code>Style/RedundantSortBy</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12456">#12456</a>: Make <code>Style/RedundantSortBy</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12480">#12480</a>: Make <code>Style/ExactRegexpMatch</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12457">#12457</a>: Make <code>Style/Sample</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12458">#12458</a>: Make <code>Style/SelectByRegexp</code> cops aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12494">#12494</a>: Make <code>Layout/SingleLineBlockChain</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12461">#12461</a>: Make <code>Style/StringChars</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12468">#12468</a>: Make <code>Style/Strip</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12469">#12469</a>: Make <code>Style/UnpackFirst</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github.com/rubocop/rubocop/pull/12522">#12522</a>: Make <code>Style/MethodCallWithoutArgsParentheses</code> allow the parenthesized <code>it</code> method in a block. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github.com/rubocop/rubocop/pull/12523">#12523</a>: Make <code>Style/RedundantSelf</code> allow the <code>self.it</code> method in a block. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p>
<blockquote>
<h2>1.59.0 (2023-12-11)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github.com/rubocop/rubocop/pull/12518">#12518</a>: Add new <code>Lint/ItWithoutArgumentsInBlock</code> cop. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github.com/rubocop/rubocop/issues/12434">#12434</a>: Fix a false positive for <code>Lint/LiteralAssignmentInCondition</code> when using interpolated string or xstring literals. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12435">#12435</a>: Fix a false positive for <code>Lint/SelfAssignment</code> when using attribute assignment with method call with arguments. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12444">#12444</a>: Fix false positive for <code>Style/HashEachMethods</code> when receiver literal is not a hash literal. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12524">#12524</a>: Fix a false positive for <code>Style/MethodCallWithArgsParentheses</code> when <code>EnforcedStyle: omit_parentheses</code> and parens in <code>when</code> clause is used to pass an argument. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/pull/12505">#12505</a>: Fix a false positive for <code>Style/RedundantParentheses</code> when using parenthesized <code>lambda</code> or <code>proc</code> with <code>do</code>...<code>end</code> block. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12442">#12442</a>: Fix an incorrect autocorrect for <code>Style/CombinableLoops</code> when looping over the same data as previous loop in <code>do</code>...<code>end</code> and <code>{</code>...<code>}</code> blocks. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/pull/12432">#12432</a>: Fix a false positive for <code>Lint/LiteralAssignmentInCondition</code> when using parallel assignment with splat operator in block of guard condition. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12441">#12441</a>: Fix false positives for <code>Style/HashEachMethods</code> when using destructed block arguments. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12436">#12436</a>: Fix false positives for <code>Style/RedundantParentheses</code> when a part of range is a parenthesized condition. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12429">#12429</a>: Fix incorrect autocorrect for <code>Style/MapToHash</code> when using dot method calls for <code>to_h</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12488">#12488</a>: Make <code>Lint/HashCompareByIdentity</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12489">#12489</a>: Make <code>Lint/NextWithoutAccumulator</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12490">#12490</a>: Make <code>Lint/NumberConversion</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12491">#12491</a>: Make <code>Lint/RedundantWithIndex</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12492">#12492</a>: Make <code>Lint/RedundantWithObject</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12493">#12493</a>: Make <code>Lint/UnmodifiedReduceAccumulator</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12473">#12473</a>: Make <code>Style/ClassCheck</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12445">#12445</a>: Make <code>Style/CollectionCompact</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12474">#12474</a>: Make <code>Style/ConcatArrayLiterals</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12476">#12476</a>: Make <code>Style/DateTime</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12479">#12479</a>: Make <code>Style/EachWithObject</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12446">#12446</a>: Make <code>Style/HashExcept</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12447">#12447</a>: Make <code>Style/MapCompactWithConditionalBlock</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12484">#12484</a>: Make <code>Style/Next</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12486">#12486</a>: Make <code>Style/RedundantArgument</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12454">#12454</a>: Make <code>Style/RedundantFetchBlock</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12495">#12495</a>: Make <code>Layout/RedundantLineBreak</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12455">#12455</a>: Make <code>Style/RedundantSortBy</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12456">#12456</a>: Make <code>Style/RedundantSortBy</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12480">#12480</a>: Make <code>Style/ExactRegexpMatch</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12457">#12457</a>: Make <code>Style/Sample</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12458">#12458</a>: Make <code>Style/SelectByRegexp</code> cops aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12494">#12494</a>: Make <code>Layout/SingleLineBlockChain</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12461">#12461</a>: Make <code>Style/StringChars</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12468">#12468</a>: Make <code>Style/Strip</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/issues/12469">#12469</a>: Make <code>Style/UnpackFirst</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github.com/rubocop/rubocop/pull/12522">#12522</a>: Make <code>Style/MethodCallWithoutArgsParentheses</code> allow the parenthesized <code>it</code> method in a block. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github.com/rubocop/rubocop/pull/12523">#12523</a>: Make <code>Style/RedundantSelf</code> allow the <code>self.it</code> method in a block. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop/rubocop/commit/e5a164a26f8ecba81d44e974e8e3569c550968cd"><code>e5a164a</code></a> Cut 1.59</li>
<li><a href="https://github.com/rubocop/rubocop/commit/2912b6e9e90831717b004b4e016fd2723fac5e44"><code>2912b6e</code></a> Update Changelog</li>
<li><a href="https://github.com/rubocop/rubocop/commit/3bcc171fe5d9ee0251b1c22ffec463aaec495bf7"><code>3bcc171</code></a> [Fix <a href="https://github.com/rubocop/rubocop/issues/12524">#12524</a>] Fix a false positive for <code>Style/MethodCallWithArgsParentheses</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/0daa4aa05977f67b575d126caff716959e60f00f"><code>0daa4aa</code></a> Make <code>Style/MethodCallWithoutArgsParentheses</code> allow parenthesized <code>it</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/b240a093c0539c1f89c60df6b599d2afd4db4f22"><code>b240a09</code></a> Make <code>Style/RedundantSelf</code> allow <code>self.it</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/a0e1042a34d4d0ff855447d6f9059c98b610258f"><code>a0e1042</code></a> [Fix <a href="https://github.com/rubocop/rubocop/issues/12526">#12526</a>] Fix incorrect rendering typos</li>
<li><a href="https://github.com/rubocop/rubocop/commit/b1bcb3134d49a60061d08ef168ae996d70d8ce5c"><code>b1bcb31</code></a> [Fix <a href="https://github.com/rubocop/rubocop/issues/12444">#12444</a>] Fix false positive for <code>Style/HashEachMethods</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/3b0360bb9fcd9c49e09882c2b1780ba7cbbf64a8"><code>3b0360b</code></a> Add new <code>Lint/ItWithoutArgumentsInBlock</code> cop</li>
<li><a href="https://github.com/rubocop/rubocop/commit/4e9cfcc6ea39b69474eab3e13b551be32d3217ff"><code>4e9cfcc</code></a> Merge pull request <a href="https://github.com/rubocop/rubocop/issues/12521">#12521</a> from koic/make_style_select_by_regexp_aware_of_safe...</li>
<li><a href="https://github.com/rubocop/rubocop/commit/037c860c1fe2f8a0512dbe15ff329fee2f7c10f6"><code>037c860</code></a> Merge pull request <a href="https://github.com/rubocop/rubocop/issues/12438">#12438</a> from koic/fix_a_false_positive_for_lint_literal_ass...</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v0.76.0...v1.59.0">compare view</a></li>
</ul>
</details>
<br />
Updates `rack` from 2.1.4 to v3.0.9.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rack/rack/releases">rack's releases</a>.</em></p>
<blockquote>
<h2>v3.0.9.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixed ReDoS in Accept header parsing [CVE-2024-26146]</li>
<li>Fixed ReDoS in Content Type header parsing [CVE-2024-25126]</li>
<li>Reject Range headers which are too large [CVE-2024-26141]</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rack/rack/compare/v3.0.9...v3.0.9.1">https://github.com/rack/rack/compare/v3.0.9...v3.0.9.1</a></p>
<h2>v3.0.9</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix content-length calcuation in Rack:Response#write <a href="https://github.com/rack/rack/issues/2150">#2150</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rack/rack/compare/v3.0.8...v3.0.9">https://github.com/rack/rack/compare/v3.0.8...v3.0.9</a></p>
<h2>v3.0.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Backport "Fix some unused variable verbose warnings" by <a href="https://github.com/skipkayhil"><code>@skipkayhil</code></a> in <a href="https://github.com/rack/rack/pull/2084">rack/rack#2084</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/skipkayhil"><code>@skipkayhil</code></a> made their first contribution in <a href="https://github.com/rack/rack/pull/2084">rack/rack#2084</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rack/rack/compare/v3.0.7...v3.0.8">https://github.com/rack/rack/compare/v3.0.7...v3.0.8</a></p>
<h2>v3.0.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Backport "Make query parameters without = have nil values". by <a href="https://github.com/jeremyevans"><code>@jeremyevans</code></a> in <a href="https://github.com/rack/rack/pull/2060">rack/rack#2060</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rack/rack/compare/v3.0.6.1...v3.0.7">https://github.com/rack/rack/compare/v3.0.6.1...v3.0.7</a></p>
<h2>v3.0.6.1</h2>
<p>No release notes provided.</p>
<h2>v3.0.4.1</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rack/rack/compare/v3.0.4...v3.0.4.1">https://github.com/rack/rack/compare/v3.0.4...v3.0.4.1</a></p>
<h2>v3.0.4</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rack/rack/compare/v3.0.3...v3.0.4">https://github.com/rack/rack/compare/v3.0.3...v3.0.4</a></p>
<h2>v3.0.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Release v3.0.3 by <a href="https://github.com/ioquatix"><code>@ioquatix</code></a> in <a href="https://github.com/rack/rack/pull/2000">rack/rack#2000</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rack/rack/compare/v3.0.2...v3.0.3">https://github.com/rack/rack/compare/v3.0.2...v3.0.3</a></p>
<h2>v3.0.2</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rack/rack/compare/v3.0.1...v3.0.2">https://github.com/rack/rack/compare/v3.0.1...v3.0.2</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rack/rack/blob/main/CHANGELOG.md">rack's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference <a href="https://keepachangelog.com/en/1.0.0/">Keep A Changelog</a>.</p>
<h2>Unreleased</h2>
<h3>SPEC Changes</h3>
<ul>
<li><code>rack.input</code> is now optional. (<a href="https://github.com/rack/rack/pull/1997">#1997</a>, [<a href="https://github.com/ioquatix"><code>@ioquatix</code></a>])</li>
<li><code>Rack::Utils.escape_html</code> is now delegated to <code>CGI.escapeHTML</code>. <code>'</code> is escaped to <code>[#39](https://github.com/rack/rack/issues/39);</code> instead of <code>#x27;</code>. (decimal vs hexadecimal) (<a href="https://github.com/rack/rack/pull/2099">#2099</a>, <a href="https://github.com/JunichiIto"><code>@JunichiIto</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>rack.input</code> is now optional, and if missing, will raise an error. Use this to fail on multipart parsing a request without an input body. (<a href="https://github.com/rack/rack/pull/2018">#2018</a>, [<a href="https://github.com/ioquatix"><code>@ioquatix</code></a>])</li>
<li>Introduce <code>module Rack::BadRequest</code> which is included in multipart and query parser errors. (<a href="https://github.com/rack/rack/pull/2019">#2019</a>, [<a href="https://github.com/ioquatix"><code>@ioquatix</code></a>])</li>
<li>MIME type for JavaScript files (<code>.js</code>) changed from <code>application/javascript</code> to <code>text/javascript</code> (<a href="https://github.com/rack/rack/commit/1bd0f1597d8f4a90d47115f3e156a8ce7870c9c8"><code>1bd0f15</code></a>)</li>
<li>Add <code>.mjs</code> MIME type (<a href="https://github.com/rack/rack/pull/2057">#2057</a>, [<a href="https://github.com/axilleas"><code>@axilleas</code></a>])</li>
<li>Update MIME types associated to <code>.ttf</code>, <code>.woff</code>, <code>.woff2</code> and <code>.otf</code> extensions to use mondern <code>font/*</code> types. (<a href="https://github.com/rack/rack/pull/2065">#2065</a>, [<a href="https://github.com/davidstosik"><code>@davidstosik</code></a>])</li>
<li><code>set_cookie_header</code> utility now supports the <code>partitioned</code> cookie attribute. This is required by Chrome in some embedded contexts. (<a href="https://github.com/rack/rack/pull/2131">#2131</a>, [<a href="https://github.com/flavio-b"><code>@flavio-b</code></a>])</li>
<li>Remove non-standard status codes 306, 509, & 510 and update descriptions for 413, 422, & 451. (<a href="https://github.com/rack/rack/pull/2137">#2137</a>, [<a href="https://github.com/wtn"><code>@wtn</code></a>])</li>
<li>Add fallback lookup and deprecation warning for obsolete status symbols. (<a href="https://github.com/rack/rack/pull/2137">#2137</a>, [<a href="https://github.com/wtn"><code>@wtn</code></a>])</li>
</ul>
<h2>[3.0.9] - 2024-01-31</h2>
<ul>
<li>Fix incorrect content-length header that was emitted when <code>Rack::Response#write</code> was used in some situations. (<a href="https://github.com/rack/rack/pull/2150">#2150</a>, [<a href="https://github.com/mattbrictson"><code>@mattbrictson</code></a>])</li>
</ul>
<h2>[3.0.8] - 2023-06-14</h2>
<ul>
<li>Fix some unused variable verbose warnings. (<a href="https://github.com/rack/rack/pull/2084">#2084</a>, [<a href="https://github.com/jeremyevans"><code>@jeremyevans</code></a>], <a href="https://github.com/skipkayhil"><code>@skipkayhil</code></a>)</li>
</ul>
<h2>[3.0.7] - 2023-03-16</h2>
<ul>
<li>Make query parameters without <code>=</code> have <code>nil</code> values. (<a href="https://github.com/rack/rack/pull/2059">#2059</a>, [<a href="https://github.com/jeremyevans"><code>@jeremyevans</code></a>])</li>
</ul>
<h2>[3.0.6.1] - 2023-03-13</h2>
<ul>
<li>[CVE-2023-27539] Avoid ReDoS in header parsing</li>
</ul>
<h2>[3.0.6] - 2023-03-13</h2>
<ul>
<li>Add <code>QueryParser#missing_value</code> for handling missing values + tests. (<a href="https://github.com/rack/rack/pull/2052">#2052</a>, [<a href="https://github.com/ioquatix"><code>@ioquatix</code></a>])</li>
</ul>
<h2>[3.0.5] - 2023-03-13</h2>
<ul>
<li>Split form/query parsing into two steps. (<a href="https://github.com/rack/rack/pull/2038">#2038</a>, <a href="https://github.com/matthewd"><code>@matthewd</code></a>)</li>
</ul>
<h2>[3.0.4.2] - 2023-03-02</h2>
<ul>
<li>[CVE-2023-27530] Introduce multipart_total_part_limit to limit total parts</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rack/rack/commit/a4bc5e0f41c750135969ceece8772ab112dc8f17"><code>a4bc5e0</code></a> bump version</li>
<li><a href="https://github.com/rack/rack/commit/6efb2ceea003c4b195815a614e00438cbd543462"><code>6efb2ce</code></a> Avoid 2nd degree polynomial regexp in MediaType</li>
<li><a href="https://github.com/rack/rack/commit/4849132bef471adb21131980df745f4bb84de2d9"><code>4849132</code></a> Return an empty array when ranges are too large</li>
<li><a href="https://github.com/rack/rack/commit/a227cd793778c7c3a827d32808058571569cda6f"><code>a227cd7</code></a> Fixing ReDoS in header parsing</li>
<li><a href="https://github.com/rack/rack/commit/0b3f997e7bb14c1dc42130e1eb50e62797d8c039"><code>0b3f997</code></a> Bump patch version.</li>
<li><a href="https://github.com/rack/rack/commit/d3d415ed68fe9471f04bafe4a299eb099330fcb1"><code>d3d415e</code></a> Update Ruby versions for external tests: drop v2.7 and add v3.2 and v3.3. (<a href="https://github.com/rack/rack/issues/2">#2</a>...</li>
<li><a href="https://github.com/rack/rack/commit/c8b977f6c3a002b6e6f395ce8b5c14f21dad7f39"><code>c8b977f</code></a> Fix content-length calcuation in Rack:Response#write (<a href="https://github.com/rack/rack/issues/2150">#2150</a>)</li>
<li><a href="https://github.com/rack/rack/commit/8d1bf996e30897f740c54669d891eeda8036113d"><code>8d1bf99</code></a> Update CHANGELOG for 3.0.8 (<a href="https://github.com/rack/rack/issues/2086">#2086</a>)</li>
<li><a href="https://github.com/rack/rack/commit/d28c464bcb55a9e26b9a9656e4ba484d327515ed"><code>d28c464</code></a> Bump patch verison.</li>
<li><a href="https://github.com/rack/rack/commit/32736d2f6326ed8da776ae4709504134f27dbf78"><code>32736d2</code></a> Fix some unused variable verbose warnings (<a href="https://github.com/rack/rack/issues/2084">#2084</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rack/rack/compare/f3cf79d6460dc592767941806d1b2b7008f73e01...cc95b0db910b58c0ebb7aafa957400218ffbf500">compare view</a></li>
</ul>
</details>
<br />
commit-message: |-
Bump the ruleset group in /bundler with 2 updates
Bumps the ruleset group in /bundler with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rack](https://github.com/rack/rack).
Updates `rubocop` from 0.76.0 to 1.59.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v0.76.0...v1.59.0)
Updates `rack` from 2.1.4 to v3.0.9.1
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/f3cf79d6460dc592767941806d1b2b7008f73e01...cc95b0db910b58c0ebb7aafa957400218ffbf500)
dependency-group:
name: ruleset
- type: create_pull_request
expect:
data:
base-commit-sha: f558406ea0f067dcb5e223e257dcd91c27ea3a85
dependencies:
- name: toml-rb
previous-requirements:
- file: Gemfile
groups:
- default
requirement: 2.2.0
source: null
previous-version: 2.2.0
requirements:
- file: Gemfile
groups:
- default
requirement: 3.0.1
source: null
version: 3.0.1
directory: /bundler
updated-dependency-files:
- content: |
# frozen_string_literal: true
source "https://rubygems.org"
gem "rubocop", "0.76.0"
gem "toml-rb", "3.0.1"
gem 'rack', git: 'git@github.com:rack/rack.git', tag: '2.1.4'
content_encoding: utf-8
deleted: false
directory: /bundler
name: Gemfile
operation: update
support_file: false
type: file
- content: |
GIT
remote: git@github.com:rack/rack.git
revision: f3cf79d6460dc592767941806d1b2b7008f73e01
tag: 2.1.4
specs:
rack (2.1.4)
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
citrus (3.0.2)
jaro_winkler (1.5.4)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
racc (1.7.3)
rainbow (3.1.1)
rubocop (0.76.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.11.0)
toml-rb (3.0.1)
citrus (~> 3.0, > 3.0)
racc (~> 1.7)
unicode-display_width (1.6.1)
PLATFORMS
ruby
DEPENDENCIES
rack!
rubocop (= 0.76.0)
toml-rb (= 3.0.1)
BUNDLED WITH
2.1.4
content_encoding: utf-8
deleted: false
directory: /bundler
name: Gemfile.lock
operation: update
support_file: false
type: file
pr-title: Bump toml-rb from 2.2.0 to 3.0.1 in /bundler
pr-body: |
Bumps [toml-rb](https://github.com/emancu/toml-rb) from 2.2.0 to 3.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/emancu/toml-rb/releases">toml-rb's releases</a>.</em></p>
<blockquote>
<h2>v3.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Support empty keys by quoting them. Fixes <a href="https://github.com/emancu/toml-rb/issues/147">#147</a> by <a href="https://github.com/dreid"><code>@dreid</code></a> in <a href="https://github.com/emancu/toml-rb/pull/148">emancu/toml-rb#148</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dreid"><code>@dreid</code></a> made their first contribution in <a href="https://github.com/emancu/toml-rb/pull/148">emancu/toml-rb#148</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/emancu/toml-rb/compare/v3.0.0...v3.0.1">https://github.com/emancu/toml-rb/compare/v3.0.0...v3.0.1</a></p>
<h2>v3.0.0</h2>
<p>The reason for releasing a major version is the fix on <a href="https://github.com/emancu/toml-rb/issues/146">#146</a>; even if it's an error, it breaks the previous behaviour that worked for a really long time and I don't want to cause unexpected issues to existing users.</p>
<h2>What's Changed</h2>
<ul>
<li>Add Ruby 3.2 to CI pipeline by <a href="https://github.com/igor-drozdov"><code>@igor-drozdov</code></a> in <a href="https://github.com/emancu/toml-rb/pull/140">emancu/toml-rb#140</a></li>
<li>Add ruby 3.3 to testing matrix by <a href="https://github.com/timon"><code>@timon</code></a> in <a href="https://github.com/emancu/toml-rb/pull/145">emancu/toml-rb#145</a></li>
<li>[147] Dump backslashed keys by <a href="https://github.com/emancu"><code>@emancu</code></a> in <a href="https://github.com/emancu/toml-rb/pull/146">emancu/toml-rb#146</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/igor-drozdov"><code>@igor-drozdov</code></a> made their first contribution in <a href="https://github.com/emancu/toml-rb/pull/140">emancu/toml-rb#140</a></li>
<li><a href="https://github.com/timon"><code>@timon</code></a> made their first contribution in <a href="https://github.com/emancu/toml-rb/pull/145">emancu/toml-rb#145</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/emancu/toml-rb/compare/v2.2.0...v3.0.0">https://github.com/emancu/toml-rb/compare/v2.2.0...v3.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/emancu/toml-rb/commit/28b2ebcaae8fd87cec777500cfe4fa087c6c808b"><code>28b2ebc</code></a> Bump to v3.0.1</li>
<li><a href="https://github.com/emancu/toml-rb/commit/a9553af968f8e4aa9e69abf6db1e7457da5cae46"><code>a9553af</code></a> Merge pull request <a href="https://github.com/emancu/toml-rb/issues/148">#148</a> from dreid/empty-keys</li>
<li><a href="https://github.com/emancu/toml-rb/commit/6572c457777f61ffb635d50492302d7be0795d5a"><code>6572c45</code></a> Support empty keys by quoting them. Fixes <a href="https://github.com/emancu/toml-rb/issues/147">#147</a></li>
<li><a href="https://github.com/emancu/toml-rb/commit/12b0048158c6c10e68e2ef34c7522c48ec22cb40"><code>12b0048</code></a> Bump to v3.0.0</li>
<li><a href="https://github.com/emancu/toml-rb/commit/bb568127b6f28ad0315009d567e835b153d2feab"><code>bb56812</code></a> Merge pull request <a href="https://github.com/emancu/toml-rb/issues/146">#146</a> from emancu/issue-143/dump_backslashed_keys</li>
<li><a href="https://github.com/emancu/toml-rb/commit/d3861291a10b7266a4bd6c42f06207ed636304ff"><code>d386129</code></a> Fix error</li>
<li><a href="https://github.com/emancu/toml-rb/commit/5883615ebfa0a603c2fd8437a9a678058692a6dd"><code>5883615</code></a> [147] Dump backslashed keys</li>
<li><a href="https://github.com/emancu/toml-rb/commit/3e73482ea89c923df0a4d2ac144c43731c777c6c"><code>3e73482</code></a> Merge pull request <a href="https://github.com/emancu/toml-rb/issues/145">#145</a> from timon/feature/ruby-3.3-support</li>
<li><a href="https://github.com/emancu/toml-rb/commit/ef4a5c57ccb045791646bddbec52c6839ab5d518"><code>ef4a5c5</code></a> Explicitly list racc as a dependency</li>
<li><a href="https://github.com/emancu/toml-rb/commit/a2d73ac1b417c29352816a84841e4d0726582c42"><code>a2d73ac</code></a> Add ruby 3.3 to testing matrix</li>
<li>Additional commits viewable in <a href="https://github.com/emancu/toml-rb/compare/v2.2.0...v3.0.1">compare view</a></li>
</ul>
</details>
<br />
commit-message: |-
Bump toml-rb from 2.2.0 to 3.0.1 in /bundler
Bumps [toml-rb](https://github.com/emancu/toml-rb) from 2.2.0 to 3.0.1.
- [Release notes](https://github.com/emancu/toml-rb/releases)
- [Commits](https://github.com/emancu/toml-rb/compare/v2.2.0...v3.0.1)
- type: mark_as_processed
expect:
data:
base-commit-sha: f558406ea0f067dcb5e223e257dcd91c27ea3a85