Skip to content

Commit

Permalink
Bump the minor-updates group with 7 updates (#362)
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [rails](https://github.com/rails/rails) | `8.0.0` | `8.0.1` |
| [sentry-rails](https://github.com/getsentry/sentry-ruby) | `5.22.0` |
`5.22.1` |
| [sentry-ruby](https://github.com/getsentry/sentry-ruby) | `5.22.0` |
`5.22.1` |
| [sentry-sidekiq](https://github.com/getsentry/sentry-ruby) | `5.22.0`
| `5.22.1` |
| [dotenv-rails](https://github.com/bkeepers/dotenv) | `3.1.4` | `3.1.6`
|
| [rubocop](https://github.com/rubocop/rubocop) | `1.69.1` | `1.69.2` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.2.0` |
`3.3.0` |

Updates `rails` from 8.0.0 to 8.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/releases">rails's
releases</a>.</em></p>
<blockquote>
<h2>8.0.1</h2>
<h2>Active Support</h2>
<ul>
<li>
<p>Fix a bug in <code>ERB::Util.tokenize</code> that causes incorrect
tokenization when ERB tags are preceeded by multibyte characters.</p>
<p><em>Martin Emde</em></p>
</li>
<li>
<p>Restore the ability to decorate methods generated by
<code>class_attribute</code>.</p>
<p>It always has been complicated to use Module#prepend or an alias
method chain
to decorate methods defined by <code>class_attribute</code>, but became
even harder in 8.0.</p>
<p>This capability is now supported for both reader and writer
methods.</p>
<p><em>Jean Boussier</em></p>
</li>
</ul>
<h2>Active Model</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Active Record</h2>
<ul>
<li>
<p>Fix removing foreign keys with :restrict action for MySQ</p>
<p><em>fatkodima</em></p>
</li>
<li>
<p>Fix a race condition in
<code>ActiveRecord::Base#method_missing</code> when lazily defining
attributes.</p>
<p>If multiple thread were concurrently triggering attribute definition
on the same model,
it could result in a <code>NoMethodError</code> being raised.</p>
<p><em>Jean Boussier</em></p>
</li>
<li>
<p>Fix MySQL default functions getting dropped when changing a column's
nullability.</p>
<p><em>Bastian Bartmann</em></p>
</li>
<li>
<p>Fix
<code>add_unique_constraint</code>/<code>add_check_constraint</code>/<code>add_foreign_key</code>
to be revertible when given invalid options.</p>
<p><em>fatkodima</em></p>
</li>
<li>
<p>Fix asynchronous destroying of polymorphic <code>belongs_to</code>
associations.</p>
<p><em>fatkodima</em></p>
</li>
<li>
<p>Fix <code>insert_all</code> to not update existing records.</p>
<p><em>fatkodima</em></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rails/rails/commit/cf6ff17e9a3c6c1139040b519a341f55f0be16cf"><code>cf6ff17</code></a>
Preparing for 8.0.1 release</li>
<li><a
href="https://github.com/rails/rails/commit/0bba3c22ab9f7f84966ad08678550d6087f0c863"><code>0bba3c2</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/53936">#53936</a>
from jsharpify/jsharpify/prism-parsing</li>
<li><a
href="https://github.com/rails/rails/commit/8521b99054824d64bc00dd865299d84858836a07"><code>8521b99</code></a>
[RF-DOCS] Update Rails Testing Guide [ci skip] (<a
href="https://redirect.github.com/rails/rails/issues/53872">#53872</a>)</li>
<li><a
href="https://github.com/rails/rails/commit/dbe61a7a7ed1689a82a6c92faa18d684f4f76949"><code>dbe61a7</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/53907">#53907</a>
from p8/guides/fix-canonical</li>
<li><a
href="https://github.com/rails/rails/commit/f8d559d8f36c007313203f58f8095f8ecd096540"><code>f8d559d</code></a>
[RF-DOCS] Asset Pipeline Documentation (Propshaft) [ci-skip] (<a
href="https://redirect.github.com/rails/rails/issues/53875">#53875</a>)</li>
<li><a
href="https://github.com/rails/rails/commit/2ae1d69138d4565d5b2228d96e7abc6cee661fc9"><code>2ae1d69</code></a>
[RF-DOCS] Solid Cache updates in Caching with Rails: An Overview
[ci-skip] (...</li>
<li><a
href="https://github.com/rails/rails/commit/85bde83ea665aaad3c1cc04fc66502be70f61a68"><code>85bde83</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/53926">#53926</a>
from Ridhwana/Ridhwana/solid-queue</li>
<li><a
href="https://github.com/rails/rails/commit/c167cbe0f7217cc378162631e4a9212a7d9201f0"><code>c167cbe</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/53941">#53941</a>
from byroot/rack-server-protocol</li>
<li><a
href="https://github.com/rails/rails/commit/656e20900a4a6936f695e1ec75f877430491bacd"><code>656e209</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/53940">#53940</a>
from mjankowski/rdoc-link-to-add-check-constraint</li>
<li><a
href="https://github.com/rails/rails/commit/b9608a6fad13511b6286a1da9394db0114526d9b"><code>b9608a6</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/53937">#53937</a>
from fatkodima/mysql-fix-remove-foreign-key-restrict</li>
<li>Additional commits viewable in <a
href="https://github.com/rails/rails/compare/v8.0.0...v8.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `sentry-rails` from 5.22.0 to 5.22.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md">sentry-rails's
changelog</a>.</em></p>
<blockquote>
<h2>5.22.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Safe-navigate to session flusher <a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2396">#2396</a></li>
<li>Fix latency related nil error for Sidekiq Queues Module span data <a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2486">#2486</a>
<ul>
<li>Fixes <a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2485">#2485</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/3cf4616cd91f10dca5462cd16c5574051c7418be"><code>3cf4616</code></a>
release: 5.22.1</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-ruby/compare/5.22.0...5.22.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `sentry-ruby` from 5.22.0 to 5.22.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md">sentry-ruby's
changelog</a>.</em></p>
<blockquote>
<h2>5.22.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Safe-navigate to session flusher <a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2396">#2396</a></li>
<li>Fix latency related nil error for Sidekiq Queues Module span data <a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2486">#2486</a>
<ul>
<li>Fixes <a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2485">#2485</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/3cf4616cd91f10dca5462cd16c5574051c7418be"><code>3cf4616</code></a>
release: 5.22.1</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/9d37d283319426ba14d79274d986fdb130a560e4"><code>9d37d28</code></a>
Fix latency related nil error for Sidekiq Queues module span data (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2486">#2486</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/3d2e5e6cbe4e6fd2554e984e8787f7db71e88dfd"><code>3d2e5e6</code></a>
fix: Safe-navigate to session flusher (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2396">#2396</a>)</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-ruby/compare/5.22.0...5.22.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `sentry-sidekiq` from 5.22.0 to 5.22.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md">sentry-sidekiq's
changelog</a>.</em></p>
<blockquote>
<h2>5.22.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Safe-navigate to session flusher <a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2396">#2396</a></li>
<li>Fix latency related nil error for Sidekiq Queues Module span data <a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2486">#2486</a>
<ul>
<li>Fixes <a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2485">#2485</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/3cf4616cd91f10dca5462cd16c5574051c7418be"><code>3cf4616</code></a>
release: 5.22.1</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/9d37d283319426ba14d79274d986fdb130a560e4"><code>9d37d28</code></a>
Fix latency related nil error for Sidekiq Queues module span data (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2486">#2486</a>)</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-ruby/compare/5.22.0...5.22.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `dotenv-rails` from 3.1.4 to 3.1.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bkeepers/dotenv/releases">dotenv-rails's
releases</a>.</em></p>
<blockquote>
<h2>3.1.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix: Restore previous parser behavior of returning existing
variables by <a
href="https://github.com/bkeepers"><code>@​bkeepers</code></a> in <a
href="https://redirect.github.com/bkeepers/dotenv/pull/519">bkeepers/dotenv#519</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bkeepers/dotenv/compare/v3.1.5...v3.1.6">https://github.com/bkeepers/dotenv/compare/v3.1.5...v3.1.6</a></p>
<h2>v3.1.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Optimize parser by removing repeated hash merges by <a
href="https://github.com/andrewts129"><code>@​andrewts129</code></a> in
<a
href="https://redirect.github.com/bkeepers/dotenv/pull/515">bkeepers/dotenv#515</a></li>
<li>Refactor parser to avoid duplicate scan/gsub by <a
href="https://github.com/bkeepers"><code>@​bkeepers</code></a> in <a
href="https://redirect.github.com/bkeepers/dotenv/pull/517">bkeepers/dotenv#517</a></li>
<li>Fix typo in README by <a
href="https://github.com/JohnYangSam"><code>@​JohnYangSam</code></a> in
<a
href="https://redirect.github.com/bkeepers/dotenv/pull/516">bkeepers/dotenv#516</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/JohnYangSam"><code>@​JohnYangSam</code></a>
made their first contribution in <a
href="https://redirect.github.com/bkeepers/dotenv/pull/516">bkeepers/dotenv#516</a></li>
<li><a
href="https://github.com/andrewts129"><code>@​andrewts129</code></a>
made their first contribution in <a
href="https://redirect.github.com/bkeepers/dotenv/pull/515">bkeepers/dotenv#515</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bkeepers/dotenv/compare/v3.1.4...v3.1.5">https://github.com/bkeepers/dotenv/compare/v3.1.4...v3.1.5</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bkeepers/dotenv/blob/main/Changelog.md">dotenv-rails's
changelog</a>.</em></p>
<blockquote>
<h2>3.1.6</h2>
<ul>
<li>Fix: Restore previous parser behavior of returning existing
variables by <a
href="https://github.com/bkeepers"><code>@​bkeepers</code></a> in <a
href="https://redirect.github.com/bkeepers/dotenv/pull/519">bkeepers/dotenv#519</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bkeepers/dotenv/compare/v3.1.5...v3.1.6">https://github.com/bkeepers/dotenv/compare/v3.1.5...v3.1.6</a></p>
<h2>3.1.5</h2>
<ul>
<li>Optimize parser by removing repeated hash merges by <a
href="https://github.com/andrewts129"><code>@​andrewts129</code></a> in
<a
href="https://redirect.github.com/bkeepers/dotenv/pull/515">bkeepers/dotenv#515</a></li>
<li>Refactor parser to avoid duplicate scan/gsub by <a
href="https://github.com/bkeepers"><code>@​bkeepers</code></a> in <a
href="https://redirect.github.com/bkeepers/dotenv/pull/517">bkeepers/dotenv#517</a></li>
<li>Fix typo in README by <a
href="https://github.com/JohnYangSam"><code>@​JohnYangSam</code></a> in
<a
href="https://redirect.github.com/bkeepers/dotenv/pull/516">bkeepers/dotenv#516</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a
href="https://github.com/JohnYangSam"><code>@​JohnYangSam</code></a>
made their first contribution in <a
href="https://redirect.github.com/bkeepers/dotenv/pull/516">bkeepers/dotenv#516</a></li>
<li><a
href="https://github.com/andrewts129"><code>@​andrewts129</code></a>
made their first contribution in <a
href="https://redirect.github.com/bkeepers/dotenv/pull/515">bkeepers/dotenv#515</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bkeepers/dotenv/compare/v3.1.4...v3.1.5">https://github.com/bkeepers/dotenv/compare/v3.1.4...v3.1.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bkeepers/dotenv/commit/ade0fb38078ae55261b6b7a2448e91deafff8dc9"><code>ade0fb3</code></a>
Prepare for v3.1.6 release</li>
<li><a
href="https://github.com/bkeepers/dotenv/commit/4c264c2b68345ffad24a90cc4507a709bf64dd63"><code>4c264c2</code></a>
Merge pull request <a
href="https://redirect.github.com/bkeepers/dotenv/issues/519">#519</a>
from bkeepers/fix-518</li>
<li><a
href="https://github.com/bkeepers/dotenv/commit/d5872c83b427e14c380da87324cabbdc219459b7"><code>d5872c8</code></a>
Restore previous parser behavior of returning existing variables</li>
<li><a
href="https://github.com/bkeepers/dotenv/commit/962641232d379472af77908dfed3f2f0a5c234dc"><code>9626412</code></a>
Prepare for 3.1.5 release</li>
<li><a
href="https://github.com/bkeepers/dotenv/commit/5e776d2781bac048149e22591f3634ad122b7165"><code>5e776d2</code></a>
Merge pull request <a
href="https://redirect.github.com/bkeepers/dotenv/issues/517">#517</a>
from bkeepers/refactor</li>
<li><a
href="https://github.com/bkeepers/dotenv/commit/25bc9d63c5db4218e7f917fd75cf2cc07efd8cbb"><code>25bc9d6</code></a>
Refactor parser to avoid repeated scan/gsub</li>
<li><a
href="https://github.com/bkeepers/dotenv/commit/94d0a62f92fb746205d7dd51299bbb4c80cbdcb1"><code>94d0a62</code></a>
Small refactoring of parser to make it easier to grok</li>
<li><a
href="https://github.com/bkeepers/dotenv/commit/b39677997f4c55f4fe67195c1e76b441b7922c54"><code>b396779</code></a>
Merge pull request <a
href="https://redirect.github.com/bkeepers/dotenv/issues/515">#515</a>
from andrewts129/andrewts129/faster-parsing</li>
<li><a
href="https://github.com/bkeepers/dotenv/commit/1877fa0526eee3436c66b788cad6a373eeb9f265"><code>1877fa0</code></a>
Add benchmarks for parsing</li>
<li><a
href="https://github.com/bkeepers/dotenv/commit/6993e8bbc2f75a8f37b6e7c1b56e5916a968bcf3"><code>6993e8b</code></a>
Merge pull request <a
href="https://redirect.github.com/bkeepers/dotenv/issues/516">#516</a>
from JohnYangSam/patch-1</li>
<li>Additional commits viewable in <a
href="https://github.com/bkeepers/dotenv/compare/v3.1.4...v3.1.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `rubocop` from 1.69.1 to 1.69.2
<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.69.2</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13553">#13553</a>:
Fix an incorrect autocorrect for <code>Style/MultipleComparison</code>
when a variable is compared multiple times after a method call. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13562">#13562</a>:
Fix <code>Bundler/DuplicatedGem</code> cop error in case of empty
branch. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13573">#13573</a>:
Fix <code>Lint/UnescapedBracketInRegexp</code> cop failure with invalid
multibyte escape. (<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13556">#13556</a>:
Fix false positives for <code>Style/FileNull</code> when using
<code>'nul'</code> string. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12995">#12995</a>:
Fix <code>--disable-uncorrectable</code> to not insert directives inside
a string. (<a
href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13320">#13320</a>:
Fix incorrect autocorrect when
<code>Layout/LineContinuationLeadingSpace</code> and
<code>Style/StringLiterals</code> autocorrects in the same pass. (<a
href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13299">#13299</a>:
Fix <code>Style/BlockDelimiters</code> to always accept braces when an
operator method argument is chained. (<a
href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13565">#13565</a>:
Fix <code>Style/RedundantLineContinuation</code> false negatives when a
redundant continuation follows a required continuation. (<a
href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13551">#13551</a>:
Fix an incorrect autocorrect for <code>Style/IfWithSemicolon</code> when
using multi value assignment in <code>if</code> with a semicolon is
used. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13534">#13534</a>:
Fix <code>Layout/LineLength</code> cop failure in case of
YARD-comment-like string. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13558">#13558</a>:
Fix <code>Lint/NonAtomicFileOperation</code> cop error in case of
implicit receiver. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13564">#13564</a>:
Fix <code>Metrics/ClassLength</code> cop error in case of chained
assignments. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13570">#13570</a>:
Fix <code>Naming/RescuedExceptionsVariableName</code> cop error when
exception is assigned with writer method. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13559">#13559</a>:
Fix a false positive for <code>Style/RedundantLineContinuation</code>
when a method definition is used as an argument for a method call. (<a
href="https://github.com/davidrunger"><code>@​davidrunger</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13574">#13574</a>:
Fix <code>Style/ExactRegexpMatch</code> cop error on invalid regular
expression literal. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13554">#13554</a>:
Fix <code>Style/FrozenStringLiteralComment</code> false positive in case
of non-downcased value literal. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13569">#13569</a>:
Fix <code>Style/MethodCallWithoutArgsParentheses</code> cop error in
case of mass hash assignment. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13542">#13542</a>:
Fix <code>Style/RedundantCondition</code> cop failure in case of empty
arguments. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13509">#13509</a>:
Update <code>Layout/ExtraSpacing</code> and
<code>Layout/SpaceAroundOperators</code> to handle preceding operators
inside strings. (<a
href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>)</li>
</ul>
</blockquote>
</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.69.2 (2024-12-12)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13553">#13553</a>:
Fix an incorrect autocorrect for <code>Style/MultipleComparison</code>
when a variable is compared multiple times after a method call. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13562">#13562</a>:
Fix <code>Bundler/DuplicatedGem</code> cop error in case of empty
branch. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13573">#13573</a>:
Fix <code>Lint/UnescapedBracketInRegexp</code> cop failure with invalid
multibyte escape. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13556">#13556</a>:
Fix false positives for <code>Style/FileNull</code> when using
<code>'nul'</code> string. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12995">#12995</a>:
Fix <code>--disable-uncorrectable</code> to not insert directives inside
a string. ([<a
href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13320">#13320</a>:
Fix incorrect autocorrect when
<code>Layout/LineContinuationLeadingSpace</code> and
<code>Style/StringLiterals</code> autocorrects in the same pass. ([<a
href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13299">#13299</a>:
Fix <code>Style/BlockDelimiters</code> to always accept braces when an
operator method argument is chained. ([<a
href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13565">#13565</a>:
Fix <code>Style/RedundantLineContinuation</code> false negatives when a
redundant continuation follows a required continuation. ([<a
href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13551">#13551</a>:
Fix an incorrect autocorrect for <code>Style/IfWithSemicolon</code> when
using multi value assignment in <code>if</code> with a semicolon is
used. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13534">#13534</a>:
Fix <code>Layout/LineLength</code> cop failure in case of
YARD-comment-like string. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13558">#13558</a>:
Fix <code>Lint/NonAtomicFileOperation</code> cop error in case of
implicit receiver. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13564">#13564</a>:
Fix <code>Metrics/ClassLength</code> cop error in case of chained
assignments. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13570">#13570</a>:
Fix <code>Naming/RescuedExceptionsVariableName</code> cop error when
exception is assigned with writer method. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13559">#13559</a>:
Fix a false positive for <code>Style/RedundantLineContinuation</code>
when a method definition is used as an argument for a method call. ([<a
href="https://github.com/davidrunger"><code>@​davidrunger</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13574">#13574</a>:
Fix <code>Style/ExactRegexpMatch</code> cop error on invalid regular
expression literal. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13554">#13554</a>:
Fix <code>Style/FrozenStringLiteralComment</code> false positive in case
of non-downcased value literal. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13569">#13569</a>:
Fix <code>Style/MethodCallWithoutArgsParentheses</code> cop error in
case of mass hash assignment. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13542">#13542</a>:
Fix <code>Style/RedundantCondition</code> cop failure in case of empty
arguments. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13509">#13509</a>:
Update <code>Layout/ExtraSpacing</code> and
<code>Layout/SpaceAroundOperators</code> to handle preceding operators
inside strings. ([<a
href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/3ba4aefee5c1da008877a508bee1acc210aa5298"><code>3ba4aef</code></a>
Cut 1.69.2</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/e74cea2543b1d09b3002519c0a4c2a770e2a9984"><code>e74cea2</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/19ee9090b5a4c5a06b178a6de21381ce96f6019e"><code>19ee909</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/13556">#13556</a>]
Fix false positives for <code>Style/FileNull</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/fd13dabcae2ad9fdf228029671dee6f1ee96248a"><code>fd13dab</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/13299">#13299</a>]
Fix <code>Style/BlockDelimiters</code> to always accept braces when an
oper...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/522950a0c7b1f6a931c63d19b621c18eb1fd315a"><code>522950a</code></a>
Fix <code>Style/ExactRegexpMatch</code> cop error on invalid regular
expression literal</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/e0777fff0047f44fb4b48851f549e1fad618d844"><code>e0777ff</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/13539">#13539</a>
from dvandersluis/issue/13320</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/7fbd78a60650649308d7d78537bd5d2a489b564f"><code>7fbd78a</code></a>
<code>Net::HTTPSession</code> is deprecated now</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/bd31b8a8e96af0ff55032aae324a8fe7f89c7380"><code>bd31b8a</code></a>
Update RSpec 4 CI to the monorepo</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/4618790e21b2a8f654398da1c4e5b618a9daa23b"><code>4618790</code></a>
Fix <code>Lint/UnescapedBracketInRegexp</code> cop failure with invalid
multibyte escape</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/b00b5f12fab2613314b3c24f32cd7ac7b2a52c54"><code>b00b5f1</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/13570">#13570</a>
from viralpraxis/fix-naming-rescue-exceptions-varia...</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.69.1...v1.69.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `rubocop-rspec` from 3.2.0 to 3.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-rspec/releases">rubocop-rspec's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop RSpec v3.3.0</h2>
<ul>
<li>Deprecate <code>top_level_group?</code> method from
<code>TopLevelGroup</code> mixin as all of its callers were
intentionally removed from <code>Rubocop/RSpec</code>. (<a
href="https://github.com/corsonknowles"><code>@​corsonknowles</code></a>)</li>
<li>Fix false positive for RSpec/EmptyMetadata for splat kwargs. (<a
href="https://github.com/pirj"><code>@​pirj</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md">rubocop-rspec's
changelog</a>.</em></p>
<blockquote>
<h2>3.3.0 (2024-12-12)</h2>
<ul>
<li>Deprecate <code>top_level_group?</code> method from
<code>TopLevelGroup</code> mixin as all of its callers were
intentionally removed from <code>Rubocop/RSpec</code>. ([<a
href="https://github.com/corsonknowles"><code>@​corsonknowles</code></a>])</li>
<li>Fix false positive for RSpec/EmptyMetadata for splat kwargs. ([<a
href="https://github.com/pirj"><code>@​pirj</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/4272587ae6840d546a9372a0de54d16ea1faa1ca"><code>4272587</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2007">#2007</a>
from rubocop/release</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/f659b419c98483128121d80acf2d5e1191a2d2bb"><code>f659b41</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2006">#2006</a>
from Earlopain/rspec-monorepo</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/47365dc93b07dea5822c65be06df25d6395245a7"><code>47365dc</code></a>
Release v3.3.0</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/737f2d02aed0bf4d435da4f1ee6af9e4b73e8fc1"><code>737f2d0</code></a>
CI: Add actions:write to gem-publish workflow</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/3c4c64ed8ea2a9d02d30c6566716addacc80ac66"><code>3c4c64e</code></a>
Update RSpec 4 CI to the monorepo</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/b8a0eb1afaf4be7ad7879104278b1ca3eb759f11"><code>b8a0eb1</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2005">#2005</a>
from rubocop/fix-empty-metadata-for-kwargs-splat</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/48326255c146350ad1757dea4525f2aba6415757"><code>4832625</code></a>
Fix EmptyMetadata for splat kwargs</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/274c7d9f0b482de2d11fc8c534c63b4559e58c73"><code>274c7d9</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1998">#1998</a>
from rubocop/use-node-extensions-instead-of-splat</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/a115a93dff3441d7b965f8bee0a72bff57d26c36"><code>a115a93</code></a>
Use Node extensions instead of *splat</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/5e7b94722201139dce0e5d04152aa8ee6b83f12b"><code>5e7b947</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2003">#2003</a>
from rubocop/fix-markdown</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-rspec/compare/v3.2.0...v3.3.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 5f154ca commit b5653ee
Showing 1 changed file with 75 additions and 75 deletions.
150 changes: 75 additions & 75 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (8.0.0)
actionpack (= 8.0.0)
activesupport (= 8.0.0)
actioncable (8.0.1)
actionpack (= 8.0.1)
activesupport (= 8.0.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (8.0.0)
actionpack (= 8.0.0)
activejob (= 8.0.0)
activerecord (= 8.0.0)
activestorage (= 8.0.0)
activesupport (= 8.0.0)
actionmailbox (8.0.1)
actionpack (= 8.0.1)
activejob (= 8.0.1)
activerecord (= 8.0.1)
activestorage (= 8.0.1)
activesupport (= 8.0.1)
mail (>= 2.8.0)
actionmailer (8.0.0)
actionpack (= 8.0.0)
actionview (= 8.0.0)
activejob (= 8.0.0)
activesupport (= 8.0.0)
actionmailer (8.0.1)
actionpack (= 8.0.1)
actionview (= 8.0.1)
activejob (= 8.0.1)
activesupport (= 8.0.1)
mail (>= 2.8.0)
rails-dom-testing (~> 2.2)
actionpack (8.0.0)
actionview (= 8.0.0)
activesupport (= 8.0.0)
actionpack (8.0.1)
actionview (= 8.0.1)
activesupport (= 8.0.1)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actiontext (8.0.0)
actionpack (= 8.0.0)
activerecord (= 8.0.0)
activestorage (= 8.0.0)
activesupport (= 8.0.0)
actiontext (8.0.1)
actionpack (= 8.0.1)
activerecord (= 8.0.1)
activestorage (= 8.0.1)
activesupport (= 8.0.1)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (8.0.0)
activesupport (= 8.0.0)
actionview (8.0.1)
activesupport (= 8.0.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_hash (3.3.1)
activesupport (>= 5.0.0)
activejob (8.0.0)
activesupport (= 8.0.0)
activejob (8.0.1)
activesupport (= 8.0.1)
globalid (>= 0.3.6)
activemodel (8.0.0)
activesupport (= 8.0.0)
activerecord (8.0.0)
activemodel (= 8.0.0)
activesupport (= 8.0.0)
activemodel (8.0.1)
activesupport (= 8.0.1)
activerecord (8.0.1)
activemodel (= 8.0.1)
activesupport (= 8.0.1)
timeout (>= 0.4.0)
activestorage (8.0.0)
actionpack (= 8.0.0)
activejob (= 8.0.0)
activerecord (= 8.0.0)
activesupport (= 8.0.0)
activestorage (8.0.1)
actionpack (= 8.0.1)
activejob (= 8.0.1)
activerecord (= 8.0.1)
activesupport (= 8.0.1)
marcel (~> 1.0)
activesupport (8.0.0)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand Down Expand Up @@ -123,14 +123,14 @@ GEM
cuprite (0.15.1)
capybara (~> 3.0)
ferrum (~> 0.15.0)
date (3.4.0)
date (3.4.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
dotenv (3.1.4)
dotenv-rails (3.1.4)
dotenv (= 3.1.4)
dotenv (3.1.6)
dotenv-rails (3.1.6)
dotenv (= 3.1.6)
railties (>= 6.1)
drb (2.2.1)
email_validator (2.2.4)
Expand Down Expand Up @@ -184,7 +184,7 @@ GEM
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.8.0)
irb (1.14.1)
irb (1.14.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.13.0)
Expand All @@ -194,7 +194,7 @@ GEM
jwt (2.9.0)
base64
language_server-protocol (3.17.0.3)
logger (1.6.2)
logger (1.6.3)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -225,12 +225,12 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.17.0)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.0-arm64-darwin)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.0-x86_64-linux)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -281,30 +281,30 @@ GEM
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
rails (8.0.0)
actioncable (= 8.0.0)
actionmailbox (= 8.0.0)
actionmailer (= 8.0.0)
actionpack (= 8.0.0)
actiontext (= 8.0.0)
actionview (= 8.0.0)
activejob (= 8.0.0)
activemodel (= 8.0.0)
activerecord (= 8.0.0)
activestorage (= 8.0.0)
activesupport (= 8.0.0)
rails (8.0.1)
actioncable (= 8.0.1)
actionmailbox (= 8.0.1)
actionmailer (= 8.0.1)
actionpack (= 8.0.1)
actiontext (= 8.0.1)
actionview (= 8.0.1)
activejob (= 8.0.1)
activemodel (= 8.0.1)
activerecord (= 8.0.1)
activestorage (= 8.0.1)
activesupport (= 8.0.1)
bundler (>= 1.15.0)
railties (= 8.0.0)
railties (= 8.0.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (8.0.0)
actionpack (= 8.0.0)
activesupport (= 8.0.0)
railties (8.0.1)
actionpack (= 8.0.1)
activesupport (= 8.0.1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -313,11 +313,11 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
rate_throttle_client (0.1.2)
rdoc (6.8.1)
rdoc (6.9.0)
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
redis-client (0.23.0)
connection_pool
regexp_parser (2.9.3)
reline (0.5.12)
Expand All @@ -341,7 +341,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.69.1)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -351,7 +351,7 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand All @@ -365,18 +365,18 @@ GEM
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.2.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.4.0)
sentry-rails (5.22.0)
securerandom (0.4.1)
sentry-rails (5.22.1)
railties (>= 5.0)
sentry-ruby (~> 5.22.0)
sentry-ruby (5.22.0)
sentry-ruby (~> 5.22.1)
sentry-ruby (5.22.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.22.0)
sentry-ruby (~> 5.22.0)
sentry-sidekiq (5.22.1)
sentry-ruby (~> 5.22.1)
sidekiq (>= 3.0)
sidekiq (7.3.6)
connection_pool (>= 2.3.0)
Expand Down Expand Up @@ -408,7 +408,7 @@ GEM
tailwindcss-ruby (3.4.14-arm64-darwin)
tailwindcss-ruby (3.4.14-x86_64-linux)
thor (1.3.2)
timeout (0.4.2)
timeout (0.4.3)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
Expand Down

0 comments on commit b5653ee

Please sign in to comment.