This repository was archived by the owner on Oct 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit d46b635
authored
Bump the minor-updates group across 1 directory with 5 updates (#423)
Bumps the minor-updates group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [pg](https://github.com/ged/ruby-pg) | `1.5.9` | `1.6.1` |
| [puma](https://github.com/puma/puma) | `6.6.0` | `6.6.1` |
| [importmap-rails](https://github.com/rails/importmap-rails) | `2.1.0`
| `2.2.2` |
| [sidekiq](https://github.com/sidekiq/sidekiq) | `8.0.5` | `8.0.6` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.78.0` | `1.79.1` |
Updates `pg` from 1.5.9 to 1.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md">pg's
changelog</a>.</em></p>
<blockquote>
<h2>v1.6.1 [2025-08-03] Lars Kanis <a
href="mailto:[email protected]">[email protected]</a></h2>
<ul>
<li>Add binary gems for platforms <code>aarch64-linux-musl</code> and
<code>x86_64-linux-musl</code> without the need to install package
<code>gcompat</code>. <a
href="https://redirect.github.com/ged/ruby-pg/pull/657">#657</a>.</li>
<li>Serialize CompositeCoder#dimensions only when set. <a
href="https://redirect.github.com/ged/ruby-pg/pull/652">#652</a>
This fixes the compatibility to pg-1.5.9, when deserializing Marshal
data from pg-1.6, as long as the new attribute isn't used.</li>
<li>Remove dependency to MSYS2 package "postgresql" from
binary Windows gem <a
href="https://redirect.github.com/ged/ruby-pg/pull/654">#654</a></li>
</ul>
<h2>v1.6.0 [2025-07-27] Lars Kanis <a
href="mailto:[email protected]">[email protected]</a></h2>
<p>Added:</p>
<ul>
<li>Add binary gems for Ruby 3.4.</li>
<li>Add fat binary gem for platform <code>aarch64-mingw-ucrt</code> aka
Windows on ARM <a
href="https://redirect.github.com/ged/ruby-pg/pull/626">#626</a>, for
platform Macos on Intel and ARM <a
href="https://redirect.github.com/ged/ruby-pg/pull/643">#643</a>, for
platform <code>aarch64-linux</code> <a
href="https://redirect.github.com/ged/ruby-pg/pull/646">#646</a> and for
platform <code>x86_64-linux</code> <a
href="https://redirect.github.com/ged/ruby-pg/pull/551#issuecomment-2504715762">#551</a>.</li>
<li>Update fat binary gem to OpenSSL-3.5.1 and PostgreSQL-17.5.</li>
<li>Add a patch to libpq to avoid starvation on bigger SSL records,
which some database engines other than vanilla PostgreSQL use.
This patch applies to platform specific binary gems only.
<a href="https://redirect.github.com/ged/ruby-pg/pull/616">#616</a></li>
<li>Add support for new query cancel functions of PostgreSQL-17.
This adds the new class <code>PG::CancelConnection</code> which provides
the ability to cancel a query per blocking or per non-blocking
functions.
If the new functions are available they are used and the older are no
longer compiled in.
This way we can get rid of reading out the internal
<code>PGcancel</code> struct by <code>Connection#backend_key</code>.
<a href="https://redirect.github.com/ged/ruby-pg/pull/614">#614</a></li>
<li>Add PG::BinaryDecoder::Array and PG::BinaryEncoder::Array to parse
and encode PostgreSQL arrays in binary format.
<a href="https://redirect.github.com/ged/ruby-pg/pull/603">#603</a></li>
<li>Add possibility to define the number of array dimensions to be
encoded.
Setting dimensions is especially useful, when a Record shall be encoded
into an Array, since the Array encoder can not distinguish if the array
shall be encoded as a higher dimension or as a record otherwise.
<a href="https://redirect.github.com/ged/ruby-pg/pull/622">#622</a></li>
<li>Add Connection#set_chunked_rows_mode <a
href="https://redirect.github.com/ged/ruby-pg/pull/610">#610</a></li>
<li>Add PG::Connection#close_prepared, PG::Connection#close_portal,
PG::Connection#send_close_prepared and PG::Connection#send_close_portal
which are new in PostgreSQL-17.
<a href="https://redirect.github.com/ged/ruby-pg/pull/611">#611</a></li>
<li>Add Connection#send_pipeline_sync, async_pipeline_sync and release
GVL at PQ(sendP|P)ipelineSync.
<a href="https://redirect.github.com/ged/ruby-pg/pull/612">#612</a></li>
<li>Add MINGW package dependency which is resolved by RubyInstaller.
<a href="https://redirect.github.com/ged/ruby-pg/pull/617">#617</a></li>
<li>Change <code>conn.server_version</code> and
<code>conn.protocol_version</code> to raise instead of return 0 on
error.
<a href="https://redirect.github.com/ged/ruby-pg/pull/632">#632</a></li>
<li>Fix connecting to multiple hosts after
<code>connnect_timeout</code>.
<a href="https://redirect.github.com/ged/ruby-pg/pull/637">#637</a></li>
<li>Fix making PG::BasicTypeMapForQueries shareable for Ractor in
ruby-3.5.
<a href="https://redirect.github.com/ged/ruby-pg/pull/636">#636</a></li>
<li>Fix missing array input verification in PG::TypeMapByColumn.
This could cause a segfault.
<a href="https://redirect.github.com/ged/ruby-pg/pull/620">#620</a></li>
<li>Rename <code>History.md</code> to <code>CHANGELOG.md</code>, which
is more common.
<a href="https://redirect.github.com/ged/ruby-pg/pull/642">#642</a></li>
</ul>
<p>Removed:</p>
<ul>
<li>Drop support of Ruby < 2.7 <a
href="https://redirect.github.com/ged/ruby-pg/pull/606">#606</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ged/ruby-pg/commit/5da9f3b98a0383070fe7d9c315988df8eebdf034"><code>5da9f3b</code></a>
Bump VERSION to 1.6.1</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/f326991877accd1301ea3913f8370eee60b234e3"><code>f326991</code></a>
Add release notes for pg-1.6.1</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/f18198371dddd93edd94829212091c2787f2f044"><code>f181983</code></a>
Merge pull request <a
href="https://redirect.github.com/ged/ruby-pg/issues/657">#657</a> from
larskanis/add-musl</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/3ce8a71fb8e3e6c8c4c9f1fd8a4a612f5f1750e1"><code>3ce8a71</code></a>
Add binary gems for <code>aarch64-linux-musl</code> and
<code>x86_64-linux-musl</code></li>
<li><a
href="https://github.com/ged/ruby-pg/commit/385edebe650ff592204d257a41341327f4ddbf65"><code>385edeb</code></a>
Merge pull request <a
href="https://redirect.github.com/ged/ruby-pg/issues/655">#655</a> from
ged/revert-647-remove_mig</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/95fb237ee1767548e017a40997f670e5ad671e06"><code>95fb237</code></a>
Revert "Remove installation of Macos "mig"
tool"</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/c2f3468174a88f0e7e3dd5836ffc20b19a1f12a0"><code>c2f3468</code></a>
Merge pull request <a
href="https://redirect.github.com/ged/ruby-pg/issues/653">#653</a> from
larskanis/marshal-compat-array</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/3a9938bc1580a53d944396f05c92e8473e1871bf"><code>3a9938b</code></a>
Merge pull request <a
href="https://redirect.github.com/ged/ruby-pg/issues/654">#654</a> from
larskanis/remove-binary-dependencies</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/ce0599b2372a73b5bee858081f64da2b6496628c"><code>ce0599b</code></a>
Merge pull request <a
href="https://redirect.github.com/ged/ruby-pg/issues/647">#647</a> from
larskanis/remove_mig</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/b8ee7b2316b9d59f5ab5da76acdec710347acbfc"><code>b8ee7b2</code></a>
Merge pull request <a
href="https://redirect.github.com/ged/ruby-pg/issues/651">#651</a> from
larskanis/fixci</li>
<li>Additional commits viewable in <a
href="https://github.com/ged/ruby-pg/compare/v1.5.9...v1.6.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `puma` from 6.6.0 to 6.6.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/puma/puma/releases">puma's
releases</a>.</em></p>
<blockquote>
<h2>v6.6.1</h2>
<h2>6.6.1 / 2025-07-30</h2>
<ul>
<li>Bugfixes
<ul>
<li>Accept <code>to_path</code> to be <code>nil</code> on request bodies
(<a
href="https://redirect.github.com/puma/puma/issues/3635">#3635</a>)</li>
<li>Fix single runner stats before the server start (<a
href="https://redirect.github.com/puma/puma/issues/3572">#3572</a>)</li>
<li>Fix incomplete worker boot state on refork (<a
href="https://redirect.github.com/puma/puma/issues/3601">#3601</a>)</li>
<li>Improve HttpParserError messages for better debugging (<a
href="https://redirect.github.com/puma/puma/issues/3586">#3586</a>)</li>
<li>Fix refork logs to distinguish from phased restarts (<a
href="https://redirect.github.com/puma/puma/issues/3598">#3598</a>)</li>
<li>Fix <code>rack.after_reply</code> so it doesn't interrupt chain on
error (<a
href="https://redirect.github.com/puma/puma/issues/3680">#3680</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/puma/puma/blob/master/History.md">puma's
changelog</a>.</em></p>
<blockquote>
<h2>6.6.1 / 2025-07-30</h2>
<ul>
<li>Bugfixes
<ul>
<li>Accept <code>to_path</code> to be <code>nil</code> on request bodies
(<a
href="https://redirect.github.com/puma/puma/issues/3635">#3635</a>)</li>
<li>Fix single runner stats before the server start (<a
href="https://redirect.github.com/puma/puma/issues/3572">#3572</a>)</li>
<li>Fix incomplete worker boot state on refork (<a
href="https://redirect.github.com/puma/puma/issues/3601">#3601</a>)</li>
<li>Improve HttpParserError messages for better debugging (<a
href="https://redirect.github.com/puma/puma/issues/3586">#3586</a>)</li>
<li>Fix refork logs to distinguish from phased restarts (<a
href="https://redirect.github.com/puma/puma/issues/3598">#3598</a>)</li>
<li>Fix <code>rack.after_reply</code> so it doesn't interrupt chain on
error (<a
href="https://redirect.github.com/puma/puma/issues/3680">#3680</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puma/puma/commit/5f93ae6e57596e412d2c92448b8a33fd3c05890b"><code>5f93ae6</code></a>
v6.6.1 (<a
href="https://redirect.github.com/puma/puma/issues/3679">#3679</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/c3884d182730433050212976ffb8c437cfa1f76c"><code>c3884d1</code></a>
<code>rack.after_reply</code> don't interrupt chain on error (<a
href="https://redirect.github.com/puma/puma/issues/3680">#3680</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/97c7d129a940c809fb379b3ecf314d39a18a332b"><code>97c7d12</code></a>
Fix variable typo: stategy > strategy (<a
href="https://redirect.github.com/puma/puma/issues/3669">#3669</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/231555c3d6437a6a132b9a61b47de142cdfe143b"><code>231555c</code></a>
CI: make <code>WEB_CONCURRENCY=auto</code> test pass on single core
systems (<a
href="https://redirect.github.com/puma/puma/issues/3665">#3665</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/3f90bc771c7623efc599151ff17e5a71954a5157"><code>3f90bc7</code></a>
Add '# frozen_string_literal: true' to all test files (<a
href="https://redirect.github.com/puma/puma/issues/3663">#3663</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/640efa510a0ab1bedc6c89c13956575f633b2430"><code>640efa5</code></a>
Address rubocop plugin warning (<a
href="https://redirect.github.com/puma/puma/issues/3661">#3661</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/0bf46dbfbe585a8c034009ce14cbdde7772cea97"><code>0bf46db</code></a>
ci: Fix Gemfiles for cgi removal in ruby head (<a
href="https://redirect.github.com/puma/puma/issues/3656">#3656</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/979b9b0325737e7c2f2d0e7b56b7e94a6331952c"><code>979b9b0</code></a>
bug: Accept <code>to_path</code> to be <code>nil</code> on request
bodies (<a
href="https://redirect.github.com/puma/puma/issues/3635">#3635</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/9c1f89fa40b9d31d0c80d8263fa1d220998a4f3e"><code>9c1f89f</code></a>
Link to official Ruby documentation (<a
href="https://redirect.github.com/puma/puma/issues/3653">#3653</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/4daa2134e02c3e2e9fb2bfd7fe01d7b6fe66ed03"><code>4daa213</code></a>
Update docs to show correct default value for worker_shutdown_timeout
(<a
href="https://redirect.github.com/puma/puma/issues/3652">#3652</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/puma/puma/compare/v6.6.0...v6.6.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `importmap-rails` from 2.1.0 to 2.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rails/importmap-rails/releases">importmap-rails's
releases</a>.</em></p>
<blockquote>
<h2>v2.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Keep options when updating packages in importmap by <a
href="https://github.com/rafaelfranca"><code>@rafaelfranca</code></a>
in <a
href="https://redirect.github.com/rails/importmap-rails/pull/310">rails/importmap-rails#310</a></li>
<li>Make integrity calculation opt-in by <a
href="https://github.com/rafaelfranca"><code>@rafaelfranca</code></a>
in <a
href="https://redirect.github.com/rails/importmap-rails/pull/312">rails/importmap-rails#312</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rails/importmap-rails/compare/v2.2.1...v2.2.2">https://github.com/rails/importmap-rails/compare/v2.2.1...v2.2.2</a></p>
<h2>v2.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve SRI support by <a
href="https://github.com/rafaelfranca"><code>@rafaelfranca</code></a>
in <a
href="https://redirect.github.com/rails/importmap-rails/pull/309">rails/importmap-rails#309</a></li>
</ul>
<p>Integrity is now generated by default using the assets pipeline if it
is properly configured. <code>pin</code> and <code>update</code>
commands don't download the integrity from the npm repository
anymore.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rails/importmap-rails/compare/v2.2.0...v2.2.1">https://github.com/rails/importmap-rails/compare/v2.2.0...v2.2.1</a></p>
<h2>v2.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>--preload</code> option to pin command by <a
href="https://github.com/3v0k4"><code>@3v0k4</code></a> in <a
href="https://redirect.github.com/rails/importmap-rails/pull/298">rails/importmap-rails#298</a></li>
<li>Catch failure HTTP responses on calls to the npm registry by <a
href="https://github.com/tmeire"><code>@tmeire</code></a> in <a
href="https://redirect.github.com/rails/importmap-rails/pull/301">rails/importmap-rails#301</a></li>
<li>Warn about vendored versionless packages by <a
href="https://github.com/3v0k4"><code>@3v0k4</code></a> in <a
href="https://redirect.github.com/rails/importmap-rails/pull/305">rails/importmap-rails#305</a></li>
<li>Implement SRI support in importmap-rails by <a
href="https://github.com/rafaelfranca"><code>@rafaelfranca</code></a>
in <a
href="https://redirect.github.com/rails/importmap-rails/pull/304">rails/importmap-rails#304</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/ron-shinall"><code>@ron-shinall</code></a>
made their first contribution in <a
href="https://redirect.github.com/rails/importmap-rails/pull/296">rails/importmap-rails#296</a></li>
<li><a href="https://github.com/3v0k4"><code>@3v0k4</code></a> made
their first contribution in <a
href="https://redirect.github.com/rails/importmap-rails/pull/298">rails/importmap-rails#298</a></li>
<li><a href="https://github.com/tmeire"><code>@tmeire</code></a> made
their first contribution in <a
href="https://redirect.github.com/rails/importmap-rails/pull/301">rails/importmap-rails#301</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rails/importmap-rails/compare/v2.1.0...v2.2.0">https://github.com/rails/importmap-rails/compare/v2.1.0...v2.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rails/importmap-rails/commit/dcdb5fe1c1078ebbd567b3811745d69503bf348b"><code>dcdb5fe</code></a>
Bump version for 2.2.2</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/40d0dc57e6c49bdff74096cee513fd263f6c91d2"><code>40d0dc5</code></a>
Fix update command adding extra new lines</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/b51f709119a963d164ec12b50ff746c09051b4a6"><code>b51f709</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/importmap-rails/issues/312">#312</a>
from rails/rm-opt-in-integrity</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/41339aba5db319390107c1068e9f89e650cc3bdc"><code>41339ab</code></a>
Make integrity calculation opt-in</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/ae67187a4b96221f520db6431596b975489770cd"><code>ae67187</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/importmap-rails/issues/310">#310</a>
from rails/rm-update-keep-options</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/5e257812376517499c8d1293a0e056a485e5c812"><code>5e25781</code></a>
Keep options when updating packages in importmap</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/a151881e4156ff5188d308973a4f6ae8c931a8bd"><code>a151881</code></a>
Fix character group for package target</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/56f84e7ac7eea81fec1f17207b4c22539d0259bc"><code>56f84e7</code></a>
Fix the scan when the pinned package has a version and has options after
it</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/af71dedf1d29f1f8e59a3a32871888b9e5f47a40"><code>af71ded</code></a>
Use each_with_object</li>
<li><a
href="https://github.com/rails/importmap-rails/commit/b5f5271a0efd68cedc4276d100e5220472360428"><code>b5f5271</code></a>
Extract common regexp to constants and methods</li>
<li>Additional commits viewable in <a
href="https://github.com/rails/importmap-rails/compare/v2.1.0...v2.2.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `sidekiq` from 8.0.5 to 8.0.6
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sidekiq/sidekiq/blob/main/Changes.md">sidekiq's
changelog</a>.</em></p>
<blockquote>
<h2>8.0.6</h2>
<ul>
<li>Adjust transactional client to use ActiveRecord 7.2's support for
<code>after_all_transactions_commit</code> when available. [#6765,
rewritten]</li>
<li>Fix Rails 7.0 and 7.1 compatibility [#6746, mlarraz]</li>
<li>Flush metrics at <code>:exit</code> <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6764">#6764</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/d70ef9bf1e5b7b9d39838b2a9b9acc5f468a5ec5"><code>d70ef9b</code></a>
doc(changes)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/d797683c8d2f28c458fcdcc04fd86aa51b1b6563"><code>d797683</code></a>
Use ActiveRecord transaction tooling when available (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6765">#6765</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/aaf97a10239727db04d281189d458494eb241219"><code>aaf97a1</code></a>
doc(changes)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/f111a3995462fc67d3817da0790845b8923af9af"><code>f111a39</code></a>
Flush any pending metrics at :exit, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6764">#6764</a></li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/b108b6826948790ef70d117041ca08740c88f890"><code>b108b68</code></a>
doc(changes)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/a3fed9f0d5ea57b2a5fc6add34a57b6e5213caba"><code>a3fed9f</code></a>
6752</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/d93ecb6fb3e0e507cc33189e3eed52e7eefd8c45"><code>d93ecb6</code></a>
doc(changes) [skipci]</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/6742be8e76413ab2c0e39d1ea750c2a9ff1db7ac"><code>6742be8</code></a>
Test override should not change method visibility, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6742">sidekiq/sidekiq#6742</a></li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/7e73505719138bb7458c9b01fa4899d4b27fa4fe"><code>7e73505</code></a>
doc: changes</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/d9e8acd9b24b3ecfd89a7cdbdb5a473527850a92"><code>d9e8acd</code></a>
Verify rack session in core since CSRF protection is no longer
mandatory</li>
<li>Additional commits viewable in <a
href="https://github.com/sidekiq/sidekiq/compare/v8.0.5...v8.0.6">compare
view</a></li>
</ul>
</details>
<br />
Updates `rubocop` from 1.78.0 to 1.79.1
<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 v1.79.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14390">#14390</a>:
Fix wrong autocorrect for <code>Style/ArgumentsForwarding</code> when
the method arguments contain <code>*</code>, <code>**</code> or
<code>&</code>, and the method call contains <code>self</code> as
the first argument. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14399">#14399</a>:
Fix false positives for
<code>Layout/EmptyLinesAfterModuleInclusion</code> when
<code>prepend</code> is used with block methods. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14396">#14396</a>:
Fix a false positive for <code>Style/RedundantParentheses</code> when
parentheses are used around a one-line <code>rescue</code> expression
inside a ternary operator. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14383">#14383</a>:
Fix false positives for <code>Lint/UselessAssignment</code> when
duplicate assignments in <code>if</code> branch inside a loop. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14394">#14394</a>:
Fix false positive for <code>Lint/UselessAssignment</code> with
<code>retry</code> in <code>rescue</code> branch. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14386">#14386</a>:
Fix false positives for <code>Style/RedundantParentheses</code> when
parentheses are used around a one-line <code>rescue</code> expression
inside array or hash literals. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14395">#14395</a>:
Fix LSP handling of URI-encoded paths with spaces. (<a
href="https://github.com/hakanensari"><code>@hakanensari</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14403">#14403</a>:
Enhance <code>Naming/MethodName</code> cop to detect offenses within
<code>alias</code> and <code>alias_method</code> calls. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14389">#14389</a>:
Add support for <code>||</code> to <code>Lint/LiteralAsCondition</code>.
(<a href="https://github.com/zopolis4"><code>@zopolis4</code></a>)</li>
</ul>
<h2>RuboCop v1.79.0</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14348">#14348</a>:
Add new cop <code>Layout/EmptyLinesAfterModuleInclusion</code>. ([<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14374">#14374</a>:
Enhance <code>Naming/MethodName</code> cop to detect offenses within
<code>Data</code> members. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14373">#14373</a>:
Fix an error for <code>Style/ParallelAssignment</code> when a lambda
with parallel assignment is used on the RHS. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14370">#14370</a>:
Fix comment duplication bug in <code>Style/AccessorGrouping</code>
separated autocorrect. ([<a
href="https://github.com/r7kamura"><code>@r7kamura</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14377">#14377</a>:
Fix a false positive for <code>Lint/UselessAssignment</code> when the
assignment is inside a loop body. ([<a
href="https://github.com/5hun-s"><code>@5hun-s</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14355">#14355</a>:
Fix a false negative for <code>Style/RedundantParentheses</code> when
using parentheses around a <code>rescue</code> expression on a one-line.
(<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14354">#14354</a>:
Fix incorrect autocorrect for
<code>Style/AccessModifierDeclarations</code> when using a grouped
access modifier declaration. ([<a
href="https://github.com/girasquid"><code>@girasquid</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14367">#14367</a>:
Fix an incorrect autocorrect for <code>Style/SingleLineMethods</code>
when defining a single-line singleton method. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14344">#14344</a>:
Fix incorrect autocorrect for <code>Style/SingleLineMethods</code> when
a single-line method definition contains a modifier. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14350">#14350</a>:
Fix <code>Naming/MethodName</code> cop false positives with
<code>define_method</code> and operator names. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14333">#14333</a>:
Fix <code>Naming/PredicateMethod</code> ignoring the implicit
<code>nil</code> from missing <code>else</code> branches. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14356">#14356</a>:
Fix <code>Style/ItBlockParameter</code> cop error on <code>always</code>
style and missing block body. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14362">#14362</a>:
Update <code>Lint/RequireRangeParentheses</code> to not register false
positives when range elements span multiple lines. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14309">#14309</a>:
Update <code>Style/SoleNestedConditional</code> to properly correct
assignments within <code>and</code>. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14358">#14358</a>:
Add <code>tsort</code> gem to runtime dependency for Ruby 3.5-dev. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14322">#14322</a>:
Expand the scope of <code>Style/ItAssignment</code> to consider all
local variable and method parameter names. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14378">#14378</a>:
Change <code>Layout/SpaceAroundKeyword</code> to offend for missing
whitespace between <code>return</code> and opening parenthesis. ([<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14360">#14360</a>:
Make <code>Layout/SpaceAroundOperators</code> aware of alternative and
as pattern matchings. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14375">#14375</a>:
Make <code>Lint/RedundantSafeNavigation</code> aware of builtin convert
methods <code>to_s</code>, <code>to_i</code>, <code>to_f</code>,
<code>to_a</code>, and <code>to_h</code>. (<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.79.1 (2025-07-31)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14390">#14390</a>:
Fix wrong autocorrect for <code>Style/ArgumentsForwarding</code> when
the method arguments contain <code>*</code>, <code>**</code> or
<code>&</code>, and the method call contains <code>self</code> as
the first argument. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14399">#14399</a>:
Fix false positives for
<code>Layout/EmptyLinesAfterModuleInclusion</code> when
<code>prepend</code> is used with block methods. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14396">#14396</a>:
Fix a false positive for <code>Style/RedundantParentheses</code> when
parentheses are used around a one-line <code>rescue</code> expression
inside a ternary operator. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14383">#14383</a>:
Fix false positives for <code>Lint/UselessAssignment</code> when
duplicate assignments in <code>if</code> branch inside a loop. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14394">#14394</a>:
Fix false positive for <code>Lint/UselessAssignment</code> with
<code>retry</code> in <code>rescue</code> branch. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14386">#14386</a>:
Fix false positives for <code>Style/RedundantParentheses</code> when
parentheses are used around a one-line <code>rescue</code> expression
inside array or hash literals. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14395">#14395</a>:
Fix LSP handling of URI-encoded paths with spaces. ([<a
href="https://github.com/hakanensari"><code>@hakanensari</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14403">#14403</a>:
Enhance <code>Naming/MethodName</code> cop to detect offenses within
<code>alias</code> and <code>alias_method</code> calls. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14389">#14389</a>:
Add support for <code>||</code> to <code>Lint/LiteralAsCondition</code>.
([<a
href="https://github.com/zopolis4"><code>@zopolis4</code></a>][])</li>
</ul>
<h2>1.79.0 (2025-07-24)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14348">#14348</a>:
Add new cop <code>Layout/EmptyLinesAfterModuleInclusion</code>. ([<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14374">#14374</a>:
Enhance <code>Naming/MethodName</code> cop to detect offenses within
<code>Data</code> members. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14373">#14373</a>:
Fix an error for <code>Style/ParallelAssignment</code> when a lambda
with parallel assignment is used on the RHS. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14370">#14370</a>:
Fix comment duplication bug in <code>Style/AccessorGrouping</code>
separated autocorrect. ([<a
href="https://github.com/r7kamura"><code>@r7kamura</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14377">#14377</a>:
Fix a false positive for <code>Lint/UselessAssignment</code> when the
assignment is inside a loop body. ([<a
href="https://github.com/5hun-s"><code>@5hun-s</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14355">#14355</a>:
Fix a false negative for <code>Style/RedundantParentheses</code> when
using parentheses around a <code>rescue</code> expression on a one-line.
([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14354">#14354</a>:
Fix incorrect autocorrect for
<code>Style/AccessModifierDeclarations</code> when using a grouped
access modifier declaration. ([<a
href="https://github.com/girasquid"><code>@girasquid</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14367">#14367</a>:
Fix an incorrect autocorrect for <code>Style/SingleLineMethods</code>
when defining a single-line singleton method. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14344">#14344</a>:
Fix incorrect autocorrect for <code>Style/SingleLineMethods</code> when
a single-line method definition contains a modifier. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14350">#14350</a>:
Fix <code>Naming/MethodName</code> cop false positives with
<code>define_method</code> and operator names. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14333">#14333</a>:
Fix <code>Naming/PredicateMethod</code> ignoring the implicit
<code>nil</code> from missing <code>else</code> branches. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14356">#14356</a>:
Fix <code>Style/ItBlockParameter</code> cop error on <code>always</code>
style and missing block body. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14362">#14362</a>:
Update <code>Lint/RequireRangeParentheses</code> to not register false
positives when range elements span multiple lines. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14309">#14309</a>:
Update <code>Style/SoleNestedConditional</code> to properly correct
assignments within <code>and</code>. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14358">#14358</a>:
Add <code>tsort</code> gem to runtime dependency for Ruby 3.5-dev. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14322">#14322</a>:
Expand the scope of <code>Style/ItAssignment</code> to consider all
local variable and method parameter names. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14378">#14378</a>:
Change <code>Layout/SpaceAroundKeyword</code> to offend for missing
whitespace between <code>return</code> and opening parenthesis. ([<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14360">#14360</a>:
Make <code>Layout/SpaceAroundOperators</code> aware of alternative and
as pattern matchings. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14375">#14375</a>:
Make <code>Lint/RedundantSafeNavigation</code> aware of builtin convert
methods <code>to_s</code>, <code>to_i</code>, <code>to_f</code>,
<code>to_a</code>, and <code>to_h</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13835">#13835</a>:
Add <code>InferNonNilReceiver</code> config to
<code>Lint/RedundantSafeNavigation</code> to check previous code paths
if the receiver is non-nil. ([<a
href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14381">#14381</a>:
Offend <code>array1.any? { |elem| array2.member?(elem) }</code> and
<code>array1.none? { |elem| array2.member?(elem) }</code> in
<code>Style/ArrayIntersect</code>. ([<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/5ecd375e149e1aa4054711ef1d637f2acbfd92ac"><code>5ecd375</code></a>
Cut 1.79.1</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/0b19d9215392a34991ecbd11de0bde6e27d13cf8"><code>0b19d92</code></a>
Tweak a couple of changelog entries</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/300bc8674d348afbed8fb10c4ea0895ada1453fa"><code>300bc86</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/8e6be288701175d4c4f63f452fe4268e8bc9bc36"><code>8e6be28</code></a>
Add support for or nodes to Lint/LiteralAsCondition</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/6adbb279fba7782fac4ada65611930b07eed127b"><code>6adbb27</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14405">#14405</a>
from viralpraxis/fix-naming-method-name-cop-spec-de...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/968229405da46c16136f14cc8aa011c09f113a6f"><code>9682294</code></a>
Fix <code>Naming/MethodName</code> cop spec descriptions</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/fc0e660eaa2c12513ad2cd8e77dd4f7f5ad52a9e"><code>fc0e660</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14403">#14403</a>
from viralpraxis/enhance-naming-method-name-to-hand...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/19f9c0b4e597a7ae28483874d4cd9380bb2934f2"><code>19f9c0b</code></a>
Enhance <code>Naming/MethodName</code> cop to detect offenses within
<code>alias</code> and `alias_...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/9d262b14e3f5f6e2c1922670f36909e4d0002704"><code>9d262b1</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14400">#14400</a>
from koic/fix_false_positive_for_layout_empty_lines...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/13c50509aafe9c0a0be9253a4756c6bfb2189575"><code>13c5050</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14399">#14399</a>]
Fix false positives for
<code>Layout/EmptyLinesAfterModuleInclusion</code></li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.78.0...v1.79.1">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b86bda4 commit d46b635Copy full SHA for d46b635
File tree
Expand file treeCollapse file tree
1 file changed
+16
-14
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+16
-14
lines changedOpen diff view settings
Collapse file
+16-14Lines changed: 16 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
269 | 271 | | |
270 | 272 | | |
271 | 273 | | |
| |||
278 | 280 | | |
279 | 281 | | |
280 | 282 | | |
281 | | - | |
| 283 | + | |
282 | 284 | | |
283 | 285 | | |
284 | 286 | | |
285 | | - | |
| 287 | + | |
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
| |||
333 | 335 | | |
334 | 336 | | |
335 | 337 | | |
336 | | - | |
337 | | - | |
| 338 | + | |
| 339 | + | |
338 | 340 | | |
339 | 341 | | |
340 | 342 | | |
| |||
355 | 357 | | |
356 | 358 | | |
357 | 359 | | |
358 | | - | |
| 360 | + | |
359 | 361 | | |
360 | 362 | | |
361 | 363 | | |
362 | 364 | | |
363 | 365 | | |
364 | 366 | | |
365 | 367 | | |
366 | | - | |
| 368 | + | |
367 | 369 | | |
368 | 370 | | |
369 | | - | |
| 371 | + | |
370 | 372 | | |
371 | 373 | | |
372 | 374 | | |
| |||
399 | 401 | | |
400 | 402 | | |
401 | 403 | | |
402 | | - | |
| 404 | + | |
403 | 405 | | |
404 | 406 | | |
405 | 407 | | |
| |||
0 commit comments