Commit 69048cd
authored
Merge PR #190
Bumps the bundler group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [ast](https://github.com/whitequark/ast) | `2.4.2` | `2.4.3` |
| [csv](https://github.com/ruby/csv) | `3.3.2` | `3.3.3` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.18.4` |
`1.18.5` |
| [parser](https://github.com/whitequark/parser) | `3.3.7.1` | `3.3.7.2`
|
| [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.40.0` |
`1.41.0` |
Updates `ast` from 2.4.2 to 2.4.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/whitequark/ast/commit/c8774c90c1e9e41719b92a52f5116554e9e72646"><code>c8774c9</code></a>
Bump version.</li>
<li><a
href="https://github.com/whitequark/ast/commit/792d32dfa563c7990c8c71aed683a5d7b1906d85"><code>792d32d</code></a>
Update CI matrix, remove redundant <code>context</code>s from specs (<a
href="https://redirect.github.com/whitequark/ast/issues/42">#42</a>)</li>
<li><a
href="https://github.com/whitequark/ast/commit/0fc24efc750280f396dcbec567c5bc545b24512f"><code>0fc24ef</code></a>
Replace bacon with rspec (<a
href="https://redirect.github.com/whitequark/ast/issues/41">#41</a>)</li>
<li><a
href="https://github.com/whitequark/ast/commit/d1d0c846258b4a303094e4b8f8d12aa3bcc93fdb"><code>d1d0c84</code></a>
Use latest ruby versions on test job (<a
href="https://redirect.github.com/whitequark/ast/issues/39">#39</a>)</li>
<li><a
href="https://github.com/whitequark/ast/commit/ff1cca577e2ca5ab65551533dfe9047282120c29"><code>ff1cca5</code></a>
Bump actions/checkout (<a
href="https://redirect.github.com/whitequark/ast/issues/38">#38</a>)</li>
<li><a
href="https://github.com/whitequark/ast/commit/304f90fd670b55ee687c57a01ce97d1405db8099"><code>304f90f</code></a>
Use <code>require_relative</code> instead of <code>require</code> (<a
href="https://redirect.github.com/whitequark/ast/issues/37">#37</a>)</li>
<li><a
href="https://github.com/whitequark/ast/commit/065dedecd2858d4dcc66e036b8266e3206aa4108"><code>065dede</code></a>
Update Rubies in CI (<a
href="https://redirect.github.com/whitequark/ast/issues/35">#35</a>)</li>
<li><a
href="https://github.com/whitequark/ast/commit/885de32d45ab520e3a52a39974694e69967da612"><code>885de32</code></a>
Fix usage example for Sexp (<a
href="https://redirect.github.com/whitequark/ast/issues/36">#36</a>)</li>
<li><a
href="https://github.com/whitequark/ast/commit/d093b11ac6efcb0a2805a096dfea6bd9c2c43eed"><code>d093b11</code></a>
Fix broken link</li>
<li><a
href="https://github.com/whitequark/ast/commit/9f06914f0a4e64a64fc5378f989e96dc77b67c0c"><code>9f06914</code></a>
Fixnum is now spelled Integer (<a
href="https://redirect.github.com/whitequark/ast/issues/33">#33</a>)</li>
<li>See full diff in <a
href="https://github.com/whitequark/ast/compare/v2.4.2...v2.4.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `csv` from 3.3.2 to 3.3.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ruby/csv/releases">csv's
releases</a>.</em></p>
<blockquote>
<h2>csv 3.3.3 - 2025-03-20</h2>
<h3>Improvements</h3>
<ul>
<li><code>csv-filter</code>: Add an experimental command line tool to
filter a CSV.
<ul>
<li>Patch by Burdette Lamar</li>
</ul>
</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>
<p>Fixed wrong EOF detection for <code>ARGF</code></p>
<ul>
<li><a
href="https://redirect.github.com/ruby/csv/issues/328">GH-328</a></li>
<li>Reported by Takeshi Nishimatsu</li>
</ul>
</li>
<li>
<p>Fixed a regression bug that <code>CSV.open</code> rejects integer
mode.</p>
<ul>
<li><a
href="https://redirect.github.com/ruby/csv/issues/336">GH-336</a></li>
<li>Reported by Dave Burgess</li>
</ul>
</li>
</ul>
<h3>Thanks</h3>
<ul>
<li>
<p>Takeshi Nishimatsu</p>
</li>
<li>
<p>Burdette Lamar</p>
</li>
<li>
<p>Dave Burgess</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ruby/csv/blob/master/NEWS.md">csv's
changelog</a>.</em></p>
<blockquote>
<h2>3.3.3 - 2025-03-20</h2>
<h3>Improvements</h3>
<ul>
<li><code>csv-filter</code>: Add an experimental command line tool to
filter a CSV.
<ul>
<li>Patch by Burdette Lamar</li>
</ul>
</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>
<p>Fixed wrong EOF detection for <code>ARGF</code></p>
<ul>
<li><a
href="https://redirect.github.com/ruby/csv/issues/328">GH-328</a></li>
<li>Reported by Takeshi Nishimatsu</li>
</ul>
</li>
<li>
<p>Fixed a regression bug that <code>CSV.open</code> rejects integer
mode.</p>
<ul>
<li><a
href="https://redirect.github.com/ruby/csv/issues/336">GH-336</a></li>
<li>Reported by Dave Burgess</li>
</ul>
</li>
</ul>
<h3>Thanks</h3>
<ul>
<li>
<p>Takeshi Nishimatsu</p>
</li>
<li>
<p>Burdette Lamar</p>
</li>
<li>
<p>Dave Burgess</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ruby/csv/commit/d2abb36ccc7c067ef55e0fda6b2efe8721674048"><code>d2abb36</code></a>
Add 3.3.3 entry</li>
<li><a
href="https://github.com/ruby/csv/commit/f394f79fe99ff5179804fc61d01ed574e88411cc"><code>f394f79</code></a>
CSV.read: Add support for integer mode again</li>
<li><a
href="https://github.com/ruby/csv/commit/34e21fa48dd67d17480d12ada1eb068f98b8f3de"><code>34e21fa</code></a>
csv-filter: add --row-sep (<a
href="https://redirect.github.com/ruby/csv/issues/335">#335</a>)</li>
<li><a
href="https://github.com/ruby/csv/commit/29723a0a88dee0efe1ba48182acb07d87c3901bf"><code>29723a0</code></a>
csv-filter: add --input-quote-char (<a
href="https://redirect.github.com/ruby/csv/issues/333">#333</a>)</li>
<li><a
href="https://github.com/ruby/csv/commit/559fbf70862a9281204ea1b426b995542283ad87"><code>559fbf7</code></a>
csv-filter: add --output-col-sep (<a
href="https://redirect.github.com/ruby/csv/issues/332">#332</a>)</li>
<li><a
href="https://github.com/ruby/csv/commit/f52435606e286aa282a7e95a71f4955dc385b45c"><code>f524356</code></a>
csv-filter: add --output-row-sep (<a
href="https://redirect.github.com/ruby/csv/issues/331">#331</a>)</li>
<li><a
href="https://github.com/ruby/csv/commit/eec15def1f6b9cd77a3bd17a97947210610c04a8"><code>eec15de</code></a>
csv-filter: Add --input-row-sep (<a
href="https://redirect.github.com/ruby/csv/issues/330">#330</a>)</li>
<li><a
href="https://github.com/ruby/csv/commit/bfaa5fb9acfdfc76a0a5729ed1eeb456f6a23fea"><code>bfaa5fb</code></a>
Add option --input-col-sep to csv-filter (<a
href="https://redirect.github.com/ruby/csv/issues/329">#329</a>)</li>
<li><a
href="https://github.com/ruby/csv/commit/c457574a51956cfede94850c6c158731299acbde"><code>c457574</code></a>
ci benchmark: use the latest Ruby</li>
<li><a
href="https://github.com/ruby/csv/commit/34550ad704b1a1535672325a9d81cefc369d13b4"><code>34550ad</code></a>
ci test: update Ruby versions</li>
<li>Additional commits viewable in <a
href="https://github.com/ruby/csv/compare/v3.3.2...v3.3.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `nokogiri` from 1.18.4 to 1.18.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sparklemotion/nokogiri/releases">nokogiri's
releases</a>.</em></p>
<blockquote>
<h2>v1.18.5 / 2025-03-19</h2>
<h3>Fixed</h3>
<ul>
<li>[JRuby] Update JRuby's XML serialization so it outputs namespaces
exactly like CRuby. (<a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/3455">#3455</a>,
<a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/3456">#3456</a>)
<a
href="https://github.com/johnnyshields"><code>@johnnyshields</code></a></li>
</ul>
<!-- raw HTML omitted -->
<pre><code>3f12540863e45db38236257be30a8605cd1d2d074c38a63c6f1307fd968a477c
nokogiri-1.18.5-aarch64-linux-gnu.gem
296a9e346d9a816526ee0944b5df26e947d91ec09225897bf2fc14561e8861ca
nokogiri-1.18.5-aarch64-linux-musl.gem
df7731e550a7653c003ed142cc8bc3c611c15fae3b7be4ff317b61dfe32842d9
nokogiri-1.18.5-arm64-darwin.gem
25fc71081c671fc4e983eac76ad1b3c8ee2707c467dcdb96a066f749f978eaba
nokogiri-1.18.5-arm-linux-gnu.gem
8682d38ac2015ffa3b0c23925c579ced7e455f16931130ab434f26ff1c2846fa
nokogiri-1.18.5-arm-linux-musl.gem
c8a6f8da9418ac21345124bc79b94701f036fa05b27dfec4a6dc148d5fa136dc
nokogiri-1.18.5.gem
22354b83a81acefd028e7622d4dd832c1e3cc305bf152f7f77e7db9c820b59d0
nokogiri-1.18.5-java.gem
874080a907a550a60b28febd56fe8ae921e6a7e0bb0ae61aaecd6c71665dc604
nokogiri-1.18.5-x64-mingw-ucrt.gem
28659cf43eedb652ae2fb94a8c7a14d368b6944db97e63b4158c8d5d5b4f49d8
nokogiri-1.18.5-x86_64-darwin.gem
195f4a139961f3c892ac22fda6ae4e665919e6573149f0adc786adc8c20402be
nokogiri-1.18.5-x86_64-linux-gnu.gem
8c2786d259e3c73687f8c595e1ab040a66809799ad066dad8eb492fd58f4f8fd
nokogiri-1.18.5-x86_64-linux-musl.gem
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md">nokogiri's
changelog</a>.</em></p>
<blockquote>
<h2>v1.18.5 / 2025-03-19</h2>
<h3>Fixed</h3>
<ul>
<li>[JRuby] Update JRuby's XML serialization so it outputs namespaces
exactly like CRuby. (<a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/3455">#3455</a>,
<a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/3456">#3456</a>)
<a
href="https://github.com/johnnyshields"><code>@johnnyshields</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sparklemotion/nokogiri/commit/58823ffa832368be822572be07390c8650d14fa6"><code>58823ff</code></a>
version bump to v1.18.5</li>
<li><a
href="https://github.com/sparklemotion/nokogiri/commit/4473261c22bb1814f0a23c650eff3adeb7809bed"><code>4473261</code></a>
Fix MRI Ruby vs. JRuby XML child namespace output differences (backport
v1.18...</li>
<li><a
href="https://github.com/sparklemotion/nokogiri/commit/6cac16944bfa143c224b7ec2237c3223fcd8025f"><code>6cac169</code></a>
doc: update CHANGELOG</li>
<li><a
href="https://github.com/sparklemotion/nokogiri/commit/28978c6112f9dca2d5f9e40638a7ca62560a7a81"><code>28978c6</code></a>
Fix MRI Ruby vs. JRuby XML child namespace output differences (<a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/3456">#3456</a>)</li>
<li>See full diff in <a
href="https://github.com/sparklemotion/nokogiri/compare/v1.18.4...v1.18.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `parser` from 3.3.7.1 to 3.3.7.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/whitequark/parser/blob/master/CHANGELOG.md">parser's
changelog</a>.</em></p>
<blockquote>
<h2>v3.3.7.2 (2025-03-20)</h2>
<p>Features implemented:</p>
<ul>
<li>add prism-specific node types (<a
href="https://redirect.github.com/whitequark/parser/issues/1071">#1071</a>)
(Earlopain)</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>builder.rb: fix hash value omission considering some local vars as
constants (<a
href="https://redirect.github.com/whitequark/parser/issues/1064">#1064</a>)
(Earlopain)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/whitequark/parser/commit/a2ee483fb4b0da81b64f27588daeba3e5334cfd9"><code>a2ee483</code></a>
Update changelog.</li>
<li><a
href="https://github.com/whitequark/parser/commit/ba9d305922a83e915766244c07002e795928be19"><code>ba9d305</code></a>
Bump version.</li>
<li><a
href="https://github.com/whitequark/parser/commit/ad83cac2383a62ac9476f72e6117b2c38e64768c"><code>ad83cac</code></a>
+ add prism-specific node types (<a
href="https://redirect.github.com/whitequark/parser/issues/1071">#1071</a>)</li>
<li><a
href="https://github.com/whitequark/parser/commit/971e279c1837fdf6de5496abba994eac11f2d402"><code>971e279</code></a>
Document the current state of the project in the readme (<a
href="https://redirect.github.com/whitequark/parser/issues/1069">#1069</a>)</li>
<li><a
href="https://github.com/whitequark/parser/commit/1b28f775e67eae286a0097bfd6feef5d0d467d10"><code>1b28f77</code></a>
- builder.rb: fix hash value omission considering some local vars as
constant...</li>
<li><a
href="https://github.com/whitequark/parser/commit/fad33d5f8e8cc632ccbf7958b54df1fb58a72178"><code>fad33d5</code></a>
Update changelog.</li>
<li>See full diff in <a
href="https://github.com/whitequark/parser/compare/v3.3.7.1...v3.3.7.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `rubocop-ast` from 1.40.0 to 1.41.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-ast/releases">rubocop-ast's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop AST v1.41.0</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-ast/pull/365">#365</a>:
Add support for <code>itblock</code> node for Ruby 3.4. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md">rubocop-ast's
changelog</a>.</em></p>
<blockquote>
<h2>1.41.0 (2025-03-21)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-ast/pull/365">#365</a>:
Add support for <code>itblock</code> node for Ruby 3.4. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/9153355f4132440b20c98bd49e0d280cc1cc16ca"><code>9153355</code></a>
Cut 1.41.0</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/5d9c4b40e413c4d54b5ed38b493d043b3b94d549"><code>5d9c4b4</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/7c7121333771c54488f5323379f8a449adf1eea7"><code>7c71213</code></a>
Add support for <code>itblock</code> node for Ruby 3.4 (<a
href="https://redirect.github.com/rubocop/rubocop-ast/issues/365">#365</a>)</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/be16c46719657eee7f21d269009320933d02248b"><code>be16c46</code></a>
Revert "Don't show a deprecation warning for
<code>EnsureNode#branch</code> just yet"</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/dc102aa36b56bb5e2eda3bef93ddf146e488ecd4"><code>dc102aa</code></a>
Restore docs/antora.yml</li>
<li>See full diff in <a
href="https://github.com/rubocop/rubocop-ast/compare/v1.40.0...v1.41.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
266 | | - | |
| 265 | + | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments