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 325b973
authored
Bump the minor-updates group across 1 directory with 8 updates (#409)
Bumps the minor-updates group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [bootsnap](https://github.com/Shopify/bootsnap) | `1.18.4` | `1.18.6`
|
| [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) | `2.2.0`
| `2.3.0` |
| [sentry-rails](https://github.com/getsentry/sentry-ruby) | `5.23.0` |
`5.24.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.75.5` | `1.75.6` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.31.0` |
`2.32.0` |
| [cuprite](https://github.com/rubycdp/cuprite) | `0.15.1` | `0.17` |
Updates `bootsnap` from 1.18.4 to 1.18.6
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md">bootsnap's
changelog</a>.</em></p>
<blockquote>
<h1>Unreleased</h1>
<ul>
<li>Fix cgroup CPU limits detection in CLI.</li>
</ul>
<h1>1.18.5</h1>
<ul>
<li>Attempt to detect a QEMU bug that can cause <code>bootsnap
precompile</code> to hang forever when building ARM64 docker images
from x86_64 machines. See <a
href="https://redirect.github.com/Shopify/bootsnap/issues/495">#495</a>.</li>
<li>Improve CLI to detect cgroup CPU limits and avoid spawning too many
worker processes.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Shopify/bootsnap/commit/86efe7df5e3b19b0ba550206a9e03a5c6499d3b0"><code>86efe7d</code></a>
Release 1.18.6</li>
<li><a
href="https://github.com/Shopify/bootsnap/commit/dc98453267575068a3aac65b8653382acd2f84a7"><code>dc98453</code></a>
Fix cgroup CPU limits detection in CLI.</li>
<li><a
href="https://github.com/Shopify/bootsnap/commit/11dbc37f60e6575795cd2295a2494a0bd5e488b3"><code>11dbc37</code></a>
Release 1.18.5</li>
<li><a
href="https://github.com/Shopify/bootsnap/commit/dcd9327587f02f08e8313ff4fc163f04aaaab7e8"><code>dcd9327</code></a>
Merge pull request <a
href="https://redirect.github.com/Shopify/bootsnap/issues/501">#501</a>
from Shopify/improve-parallelism</li>
<li><a
href="https://github.com/Shopify/bootsnap/commit/abe4ec3aa9d80f2d8b7a3c7d03bf692d39044dce"><code>abe4ec3</code></a>
Bump bundler cache on CI</li>
<li><a
href="https://github.com/Shopify/bootsnap/commit/d603b704ab1b8f14ffe05ba6e7893aef4021fe3f"><code>d603b70</code></a>
Attempt to detect QEMU hangs</li>
<li><a
href="https://github.com/Shopify/bootsnap/commit/5e878001382765e0b291d19b9faa6c1dfd88ef84"><code>5e87800</code></a>
cli: improve automatic parallelism to respect cgroup limits</li>
<li><a
href="https://github.com/Shopify/bootsnap/commit/0dc269dbf05edad1022cb8e050f9a1e429369077"><code>0dc269d</code></a>
Merge pull request <a
href="https://redirect.github.com/Shopify/bootsnap/issues/499">#499</a>
from p8/docs/link-to-official-docs</li>
<li><a
href="https://github.com/Shopify/bootsnap/commit/5fb9098bd30e5f7bf86e33027c8993fe49b6a5e8"><code>5fb9098</code></a>
Link to official Ruby documentation</li>
<li><a
href="https://github.com/Shopify/bootsnap/commit/252cf48f6fe56f7854bd1b6bcbc3b6692fc8f8f4"><code>252cf48</code></a>
Add config/ dir to precompile example</li>
<li>See full diff in <a
href="https://github.com/Shopify/bootsnap/compare/v1.18.4...v1.18.6">compare
view</a></li>
</ul>
</details>
<br />
Updates `sidekiq-cron` from 2.2.0 to 2.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ondrejbartas/sidekiq-cron/releases">sidekiq-cron's
releases</a>.</em></p>
<blockquote>
<h2>v2.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix deprecation warning for using raw <code>params</code> in WEB
extension by <a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a> in
<a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/547">sidekiq-cron/sidekiq-cron#547</a></li>
<li>Allow for sidekiq embedded configuration by <a
href="https://github.com/tttffff"><code>@tttffff</code></a> in <a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/549">sidekiq-cron/sidekiq-cron#549</a></li>
<li>Load schedule file within sidekiq callback by <a
href="https://github.com/tttffff"><code>@tttffff</code></a> in <a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/550">sidekiq-cron/sidekiq-cron#550</a></li>
<li>Fix missing default namespace if namespaces are explicitly provided
by <a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a> in
<a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/551">sidekiq-cron/sidekiq-cron#551</a></li>
<li>Fix test-related RuboCop offenses by <a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a> in
<a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/555">sidekiq-cron/sidekiq-cron#555</a></li>
<li>Rework namespaces feature by <a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a> in
<a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/552">sidekiq-cron/sidekiq-cron#552</a></li>
<li>Update readme to show the correct method name. by <a
href="https://github.com/tttffff"><code>@tttffff</code></a> in <a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/558">sidekiq-cron/sidekiq-cron#558</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.2.0...v2.3.0">https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.2.0...v2.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sidekiq-cron/sidekiq-cron/blob/master/CHANGELOG.md">sidekiq-cron's
changelog</a>.</em></p>
<blockquote>
<h2>2.3.0</h2>
<ul>
<li><strong>WARNING</strong> The default value for
<code>available_namespaces</code> has changed from <code>nil</code> to
<code>[default_namespace]</code>. Please refer to the <a
href="https://github.com/sidekiq-cron/sidekiq-cron/blob/master/README.md#migrating-to-23">migration
guide</a> for further details (<a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/552">sidekiq-cron/sidekiq-cron#552</a>)</li>
<li>Fix deprecation warning for using raw params in WEB extension (<a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/547">sidekiq-cron/sidekiq-cron#547</a>)</li>
<li>Allow for sidekiq embedded configuration (<a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/549">sidekiq-cron/sidekiq-cron#549</a>)</li>
<li>Load schedule file within sidekiq callback (<a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/550">sidekiq-cron/sidekiq-cron#550</a>)</li>
<li>Fix missing default namespace if namespaces are explicitly provided
(<a
href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/551">sidekiq-cron/sidekiq-cron#551</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sidekiq-cron/sidekiq-cron/commit/ff25c54ef2717597d5ea7ebadab3c73ff598a8a2"><code>ff25c54</code></a>
Prepare new release v2.3.0 🚀 (<a
href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/559">#559</a>)</li>
<li><a
href="https://github.com/sidekiq-cron/sidekiq-cron/commit/3f2a3b6e0c6f79c0d0aac28aa159268c06fb9000"><code>3f2a3b6</code></a>
Update readme to show the correct method name (<a
href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/558">#558</a>)</li>
<li><a
href="https://github.com/sidekiq-cron/sidekiq-cron/commit/bcbeba5785cdb9dc3ad2edee60f904e99da16b56"><code>bcbeba5</code></a>
Rework namespaces feature (<a
href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/552">#552</a>)</li>
<li><a
href="https://github.com/sidekiq-cron/sidekiq-cron/commit/20e8f246cbe1d8007b7a99b645f6cecd9d246756"><code>20e8f24</code></a>
Fix test-related RuboCop offenses (<a
href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/555">#555</a>)</li>
<li><a
href="https://github.com/sidekiq-cron/sidekiq-cron/commit/8bff226a226d0220de2f0751a305587ab2fc0cdb"><code>8bff226</code></a>
Fix invalid README.md ruby code snippet (<a
href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/553">#553</a>)</li>
<li><a
href="https://github.com/sidekiq-cron/sidekiq-cron/commit/3ddec961f7ebed6aeacc80482206919310627dab"><code>3ddec96</code></a>
Fix missing default namespace if namespaces are explicitly provided (<a
href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/551">#551</a>)</li>
<li><a
href="https://github.com/sidekiq-cron/sidekiq-cron/commit/de14dbd5626c75ec62ce46c4bb206b62296c9098"><code>de14dbd</code></a>
Load schedule file within sidekiq callback (<a
href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/550">#550</a>)</li>
<li><a
href="https://github.com/sidekiq-cron/sidekiq-cron/commit/2a4e333a717144be7cd800ef54aa2ed7ed62bfab"><code>2a4e333</code></a>
Allow for sidekiq embedded configuration (<a
href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/549">#549</a>)</li>
<li><a
href="https://github.com/sidekiq-cron/sidekiq-cron/commit/c189162aa33876581b3d626a03c1388064e7150d"><code>c189162</code></a>
Fix deprecation warning for using raw <code>params</code> in WEB
extension (<a
href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/547">#547</a>)</li>
<li>See full diff in <a
href="https://github.com/ondrejbartas/sidekiq-cron/compare/v2.2.0...v2.3.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `sentry-rails` from 5.23.0 to 5.24.0
<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.24.0</h2>
<h3>Features</h3>
<ul>
<li>
<p>Add new sidekiq config <code>report_only_dead_jobs</code> (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2581">#2581</a>)</p>
</li>
<li>
<p>Add <code>max_nesting</code> of 10 to breadcrumbs data serialization
(<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2583">#2583</a>)</p>
</li>
<li>
<p>Add sidekiq config <code>propagate_traces</code> to control trace
header injection (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2588">#2588</a>)</p>
<p>If you use schedulers you can get one large trace with all your jobs
which is undesirable.
We recommend using the following to propagate traces only from the Rails
server and not elsewhere.</p>
<pre lang="ruby"><code>config.sidekiq.propagate_traces = false unless
Rails.const_defined?('Server')
</code></pre>
</li>
<li>
<p>Only expose <code>active_storage</code> keys on span data if
<code>send_default_pii</code> is on (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2589">#2589</a>)</p>
</li>
<li>
<p>Add new <code>Sentry.logger</code> for <a
href="https://develop.sentry.dev/sdk/telemetry/logs/">Structured
Logging</a> feature (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2620">#2620</a>).</p>
<p>To enable structured logging you need to turn on the
<code>enable_logs</code> configuration option:</p>
<pre lang="ruby"><code>Sentry.init do |config|
# ... your setup ...
config.enable_logs = true
end
</code></pre>
<p>Once you configured structured logging, you get access to a new
<code>Sentry.logger</code> object that can be
used as a regular logger with additional structured data support:</p>
<pre lang="ruby"><code>Sentry.logger.info("User logged in",
user_id: 123)
<p>Sentry.logger.error("Failed to process payment",
transaction_id: "tx_123",
error_code: "PAYMENT_FAILED"
)
</code></pre></p>
<p>You can also use message templates with positional or hash
parameters:</p>
<pre lang="ruby"><code>Sentry.logger.info("User %{name} logged
in", name: "Jane Doe")
<p>Sentry.logger.info("User %s logged in", ["Jane
Doe"])
</code></pre></p>
<p>Any other arbitrary attributes will be sent as part of the log event
payload:</p>
<pre lang="ruby"><code># Here `user_id` and `action` will be sent as
extra attributes that Sentry Logs UI displays
Sentry.logger.info("User %{user} logged in", user:
"Jane", user_id: 123, action: "create")
</code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/cad4b3fe4ec8726dd371fb0894e5cf5829b3852d"><code>cad4b3f</code></a>
release: 5.24.0</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/63b5162309e449b009ce153fd1ce2e059a216e1b"><code>63b5162</code></a>
Replace logger with sdk_logger (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2621">#2621</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/33d0b5dfc1bce344785a2c1d9c3c2ab116b100ef"><code>33d0b5d</code></a>
Introduce active_job_report_on_retry_error (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2617">#2617</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/8c699de8f3084189451d8ede225a66287aee3134"><code>8c699de</code></a>
[active_job] report on each retry failure (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2598">#2598</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/5e8db8d853dd20cd5e055691145224c8c1972375"><code>5e8db8d</code></a>
Fix jruby on CI (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2609">#2609</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/9cd3b2e5900f75d0a772980cdf240d247752a773"><code>9cd3b2e</code></a>
Only expose ActiveStorage keys on span data if send_default_pii is on
(<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2589">#2589</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/7db2c299aff16e8201e3f43923627a5936f6c62e"><code>7db2c29</code></a>
[active_job] support exception reporting only after last retry failed
(<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2573">#2573</a>)</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-ruby/compare/5.23.0...5.24.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `sentry-ruby` from 5.23.0 to 5.24.0
<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.24.0</h2>
<h3>Features</h3>
<ul>
<li>
<p>Add new sidekiq config <code>report_only_dead_jobs</code> (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2581">#2581</a>)</p>
</li>
<li>
<p>Add <code>max_nesting</code> of 10 to breadcrumbs data serialization
(<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2583">#2583</a>)</p>
</li>
<li>
<p>Add sidekiq config <code>propagate_traces</code> to control trace
header injection (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2588">#2588</a>)</p>
<p>If you use schedulers you can get one large trace with all your jobs
which is undesirable.
We recommend using the following to propagate traces only from the Rails
server and not elsewhere.</p>
<pre lang="ruby"><code>config.sidekiq.propagate_traces = false unless
Rails.const_defined?('Server')
</code></pre>
</li>
<li>
<p>Only expose <code>active_storage</code> keys on span data if
<code>send_default_pii</code> is on (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2589">#2589</a>)</p>
</li>
<li>
<p>Add new <code>Sentry.logger</code> for <a
href="https://develop.sentry.dev/sdk/telemetry/logs/">Structured
Logging</a> feature (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2620">#2620</a>).</p>
<p>To enable structured logging you need to turn on the
<code>enable_logs</code> configuration option:</p>
<pre lang="ruby"><code>Sentry.init do |config|
# ... your setup ...
config.enable_logs = true
end
</code></pre>
<p>Once you configured structured logging, you get access to a new
<code>Sentry.logger</code> object that can be
used as a regular logger with additional structured data support:</p>
<pre lang="ruby"><code>Sentry.logger.info("User logged in",
user_id: 123)
<p>Sentry.logger.error("Failed to process payment",
transaction_id: "tx_123",
error_code: "PAYMENT_FAILED"
)
</code></pre></p>
<p>You can also use message templates with positional or hash
parameters:</p>
<pre lang="ruby"><code>Sentry.logger.info("User %{name} logged
in", name: "Jane Doe")
<p>Sentry.logger.info("User %s logged in", ["Jane
Doe"])
</code></pre></p>
<p>Any other arbitrary attributes will be sent as part of the log event
payload:</p>
<pre lang="ruby"><code># Here `user_id` and `action` will be sent as
extra attributes that Sentry Logs UI displays
Sentry.logger.info("User %{user} logged in", user:
"Jane", user_id: 123, action: "create")
</code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/cad4b3fe4ec8726dd371fb0894e5cf5829b3852d"><code>cad4b3f</code></a>
release: 5.24.0</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/b9fc5379642949a15aa997c80d9adc400937ce1b"><code>b9fc537</code></a>
Add new Sentry.logger (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2620">#2620</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/63b5162309e449b009ce153fd1ce2e059a216e1b"><code>63b5162</code></a>
Replace logger with sdk_logger (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2621">#2621</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/60859d5757e70a4866ad7625ff879d9196d0a9a1"><code>60859d5</code></a>
Stop running vernier specs under 3.2 due to a bug in Vernier (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2622">#2622</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/27e3313209ed699c4ae0ef5217334fb28d9a8c50"><code>27e3313</code></a>
Introduce log event buffering (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2619">#2619</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/942dc3a6500c4a74f136609129b141ddb0db5124"><code>942dc3a</code></a>
Refactor id generation to use Utils.uuid method (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2618">#2618</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/6da79bdb2cf70f8372a4c02c8734ba3a19f52c52"><code>6da79bd</code></a>
Introduce Sentry.capture_log (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2606">#2606</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/b4bd9ee4b1e9deba63218fc10d282f872548e429"><code>b4bd9ee</code></a>
Improve test setup (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2590">#2590</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/8108ddbabceaa068c2b6e198a30cc2f24bda078a"><code>8108ddb</code></a>
Remove user_segment from DSC (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2586">#2586</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/9c6f38787e6b914b56ab005ce956ffc72afaed57"><code>9c6f387</code></a>
Fix breadcrumb serialization error to be an object (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2584">#2584</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-ruby/compare/5.23.0...5.24.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `sentry-sidekiq` from 5.23.0 to 5.24.0
<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.24.0</h2>
<h3>Features</h3>
<ul>
<li>
<p>Add new sidekiq config <code>report_only_dead_jobs</code> (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2581">#2581</a>)</p>
</li>
<li>
<p>Add <code>max_nesting</code> of 10 to breadcrumbs data serialization
(<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2583">#2583</a>)</p>
</li>
<li>
<p>Add sidekiq config <code>propagate_traces</code> to control trace
header injection (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2588">#2588</a>)</p>
<p>If you use schedulers you can get one large trace with all your jobs
which is undesirable.
We recommend using the following to propagate traces only from the Rails
server and not elsewhere.</p>
<pre lang="ruby"><code>config.sidekiq.propagate_traces = false unless
Rails.const_defined?('Server')
</code></pre>
</li>
<li>
<p>Only expose <code>active_storage</code> keys on span data if
<code>send_default_pii</code> is on (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2589">#2589</a>)</p>
</li>
<li>
<p>Add new <code>Sentry.logger</code> for <a
href="https://develop.sentry.dev/sdk/telemetry/logs/">Structured
Logging</a> feature (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2620">#2620</a>).</p>
<p>To enable structured logging you need to turn on the
<code>enable_logs</code> configuration option:</p>
<pre lang="ruby"><code>Sentry.init do |config|
# ... your setup ...
config.enable_logs = true
end
</code></pre>
<p>Once you configured structured logging, you get access to a new
<code>Sentry.logger</code> object that can be
used as a regular logger with additional structured data support:</p>
<pre lang="ruby"><code>Sentry.logger.info("User logged in",
user_id: 123)
<p>Sentry.logger.error("Failed to process payment",
transaction_id: "tx_123",
error_code: "PAYMENT_FAILED"
)
</code></pre></p>
<p>You can also use message templates with positional or hash
parameters:</p>
<pre lang="ruby"><code>Sentry.logger.info("User %{name} logged
in", name: "Jane Doe")
<p>Sentry.logger.info("User %s logged in", ["Jane
Doe"])
</code></pre></p>
<p>Any other arbitrary attributes will be sent as part of the log event
payload:</p>
<pre lang="ruby"><code># Here `user_id` and `action` will be sent as
extra attributes that Sentry Logs UI displays
Sentry.logger.info("User %{user} logged in", user:
"Jane", user_id: 123, action: "create")
</code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/cad4b3fe4ec8726dd371fb0894e5cf5829b3852d"><code>cad4b3f</code></a>
release: 5.24.0</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/63b5162309e449b009ce153fd1ce2e059a216e1b"><code>63b5162</code></a>
Replace logger with sdk_logger (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2621">#2621</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/407ea0bcd12ae25a9cb0f9409093445ea9b7dcf6"><code>407ea0b</code></a>
Fix flaky spec (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2614">#2614</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/7265f144ed25e1a7ef60762ad7f934c319a745cf"><code>7265f14</code></a>
Sidekiq 8.0 updates (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2570">#2570</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/5e8db8d853dd20cd5e055691145224c8c1972375"><code>5e8db8d</code></a>
Fix jruby on CI (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2609">#2609</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/6b155167f367f08b5a4333fa4b21c48a11b74e5b"><code>6b15516</code></a>
Add sidekiq config propagate_traces to control trace header injection
(<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2588">#2588</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/a884caee95ddf3c29cec4761ab423ed56e0b16b5"><code>a884cae</code></a>
Fix compatibility issues with <code>sidekiq-cron</code>
<code>2.2.0</code> (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2591">#2591</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/bfa8b49980cdb6c6878818fcdc606b2d59f32873"><code>bfa8b49</code></a>
Add new sidekiq config (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2581">#2581</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/0043161a7d36f2b17545d211a87e6b6bce99c99c"><code>0043161</code></a>
[sidekiq] add basic Vernier spec (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2465">#2465</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/ec75893d78f28bba3d6831326471733b3499653e"><code>ec75893</code></a>
[sidekiq] Add sidekiq from main for testing (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2578">#2578</a>)</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-ruby/compare/5.23.0...5.24.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `rubocop` from 1.75.5 to 1.75.6
<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.75.6</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14176">#14176</a>:
Fix an error for <code>Style/MultilineIfModifier</code> when using
nested modifier. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14077">#14077</a>:
Change <code>nil</code> representation in todo file comments. (<a
href="https://github.com/jonas054"><code>@jonas054</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14164">#14164</a>:
Fix an error for <code>Lint/UselessAssignment</code> when variables are
assigned using unary operator in chained assignment and remain
unreferenced. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14173">#14173</a>:
Fix an error for <code>Style/StringConcatenation</code> when using
implicit concatenation with string interpolation. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14177">#14177</a>:
Fix false positives for <code>Style/SoleNestedConditional</code> when
using nested <code>if</code> and <code>not</code> in condition. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14152">#14152</a>:
Fix <code>Layout/SpaceInsideArrayLiteralBrackets</code> cop error on
array pattern without brackets. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14153">#14153</a>:
Fix <code>Style/PercentQLiterals</code> cop error on Unicode escape
sequence. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14082">#14082</a>:
Mark <code>Style/ComparableBetween</code> as unsafe. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14181">#14181</a>:
Make <code>Lint/DuplicateMethods</code> aware of Active Support's
<code>delegate</code> method. (<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14156">#14156</a>:
Make <code>Style/IfUnlessModifier</code> allow endless method definition
in the <code>if</code> body. (<a
href="https://github.com/koic"><code>@koic</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.75.6 (2025-05-15)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14176">#14176</a>:
Fix an error for <code>Style/MultilineIfModifier</code> when using
nested modifier. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14077">#14077</a>:
Change <code>nil</code> representation in todo file comments. ([<a
href="https://github.com/jonas054"><code>@jonas054</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14164">#14164</a>:
Fix an error for <code>Lint/UselessAssignment</code> when variables are
assigned using unary operator in chained assignment and remain
unreferenced. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14173">#14173</a>:
Fix an error for <code>Style/StringConcatenation</code> when using
implicit concatenation with string interpolation. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14177">#14177</a>:
Fix false positives for <code>Style/SoleNestedConditional</code> when
using nested <code>if</code> and <code>not</code> in condition. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14152">#14152</a>:
Fix <code>Layout/SpaceInsideArrayLiteralBrackets</code> cop error on
array pattern without brackets. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14153">#14153</a>:
Fix <code>Style/PercentQLiterals</code> cop error on Unicode escape
sequence. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14082">#14082</a>:
Mark <code>Style/ComparableBetween</code> as unsafe. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14181">#14181</a>:
Make <code>Lint/DuplicateMethods</code> aware of Active Support's
<code>delegate</code> method. ([<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14156">#14156</a>:
Make <code>Style/IfUnlessModifier</code> allow endless method definition
in the <code>if</code> body. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/6210b63b993d037d8a050aeb45af78bbba885caa"><code>6210b63</code></a>
Cut 1.75.6</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/61464157102ebbb42012bca7c144ce6c38dda26c"><code>6146415</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/3bd24579a601bd0997c2bfead1eeaee3342f4b69"><code>3bd2457</code></a>
Make Lint/DuplicateMethods aware of Active Support's delegate
method</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/2b4cdfb6249ab4ff04949feb3939b338e15c3354"><code>2b4cdfb</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14179">#14179</a>
from Earlopain/compare-between-unsafe</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/7a7ae8cab8caf73e7f1d23a8d44a2985b16902ed"><code>7a7ae8c</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14082">#14082</a>]
Mark <code>Style/ComparableBetween</code> as unsafe</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/425f2043157fda1402676d64164942e095cd423a"><code>425f204</code></a>
Fix an error for <code>Style/MultilineIfModifier</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/5dceb3643d3a9c47b84f7177b047739d39b1f4eb"><code>5dceb36</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14177">#14177</a>]
Fix false positives for <code>Style/SoleNestedConditional</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/dc8f4064cdf717fdc1e4f3d11cc361b8c7cac0f0"><code>dc8f406</code></a>
Expand Style/DataInheritance and Style/StructInheritance docs</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/25205b12fb8c5bba9b54fe5c39651f36fd121143"><code>25205b1</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14175">#14175</a>
from koic/pending_windows_ci_matrix_for_ruby_27</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/c84e9cbb21567923ba731549cd6ab413dd8941ad"><code>c84e9cb</code></a>
Temporarily disable Windows CI matrix for Ruby 2.7</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.75.5...v1.75.6">compare
view</a></li>
</ul>
</details>
<br />
Updates `rubocop-rails` from 2.31.0 to 2.32.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-rails/releases">rubocop-rails's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop Rails v2.32.0</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1475">#1475</a>:
Fix <code>Rails/TimeZone</code> cop error on invalid string literal
encoding. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1477">#1477</a>:
Fix an error for <code>Rails/SchemaComment</code> when the comment is
passed as a local variable. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/234">#234</a>:
Use globs that are compatible with Engine or Packwerk. (<a
href="https://github.com/tdeo"><code>@tdeo</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md">rubocop-rails's
changelog</a>.</em></p>
<blockquote>
<h2>2.32.0 (2025-05-17)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1475">#1475</a>:
Fix <code>Rails/TimeZone</code> cop error on invalid string literal
encoding. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1477">#1477</a>:
Fix an error for <code>Rails/SchemaComment</code> when the comment is
passed as a local variable. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/234">#234</a>:
Use globs that are compatible with Engine or Packwerk. ([<a
href="https://github.com/tdeo"><code>@tdeo</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/ddcc231583af6752ef6248015fe177bf22130651"><code>ddcc231</code></a>
Cut 2.32.0</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/9e3d25ef6fbefcb8e379597afcca34ac72c2b405"><code>9e3d25e</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/d848db1adc088392087a559b5ebd6a6c059d191d"><code>d848db1</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1476">#1476</a>
from tdeo/packwerk_globs</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/1126d68497e61c29e165d38f210606a71373a475"><code>1126d68</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/234">#234</a>]
Use globs that are compatible with Engine or Packwerk.</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/e97c93fc041766d2f8ce31bf82c9c590c32e1889"><code>e97c93f</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1475">#1475</a>
from viralpraxis/fix-rails-time-zone-cop-error-on-in...</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/2a44746427821f5802aa120de86f37ecbee0b883"><code>2a44746</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1479">#1479</a>
from Earlopain/schema-comment-local-var</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/43427f6321721f6cb35069b985e09835f1549569"><code>43427f6</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1477">#1477</a>]
Fix an error for <code>Rails/SchemaComment</code> when the comment is
passed...</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/b17bfb7072c2cd8aba9aa2cb5947795cb96370cf"><code>b17bfb7</code></a>
Fix <code>Rails/TimeZone</code> cop error on invalid string literal
encoding</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/9196e3e814f477ff4aa2705cf4e2428d6b9cab65"><code>9196e3e</code></a>
Remove redundant <code>require 'English'</code></li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/fb10659d5820862cbe5500560a43189694924061"><code>fb10659</code></a>
Use <code>RuboCop::AST::Node#any_def_type?</code> method</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-rails/compare/v2.31.0...v2.32.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `cuprite` from 0.15.1 to 0.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubycdp/cuprite/releases">cuprite's
releases</a>.</em></p>
<blockquote>
<h2>0.17</h2>
<h3>Changed</h3>
<ul>
<li><code>:inspector</code> option is retired</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Correctly open devtools page when calling <code>debug</code> [#296,
<a
href="https://redirect.github.com/rubycdp/cuprite/issues/297">#297</a>]</li>
</ul>
<h2>0.16</h2>
<h3>Changed</h3>
<ul>
<li><code>wait_for_network_idle</code> doesn't raise error, instead
simply returns <code>nil</code></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Assigning broken unicode to a node directly from JS can lead to
<code>JSON::ParserError: incomplete surrogate pair at ...</code>
error</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubycdp/cuprite/blob/main/CHANGELOG.md">cuprite's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rubycdp/ferrum/compare/v0.16...v0.17">0,17</a></h2>
<h3>Added</h3>
<h3>Changed</h3>
<ul>
<li><code>:inspector</code> option is retired</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Correctly open devtools page when calling <code>debug</code> [#296,
<a
href="https://redirect.github.com/rubycdp/cuprite/issues/297">#297</a>]</li>
</ul>
<h3>Removed</h3>
<h2><a href="https://github.com/rubycdp/ferrum/compare/0.16">0.16</a> -
(May 10, 2025)</h2>
<h3>Added</h3>
<h3>Changed</h3>
<ul>
<li><code>wait_for_network_idle</code> doesn't raise error, instead
simply returns <code>nil</code></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Assigning broken unicode to a node directly from JS can lead to
<code>JSON::ParserError: incomplete surrogate pair at ...</code>
error</li>
</ul>
<h3>Removed</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubycdp/cuprite/commit/bc06cc0600e68d4a90c94b3cbd26665e1dd694e2"><code>bc06cc0</code></a>
Bump up</li>
<li><a
href="https://github.com/rubycdp/cuprite/commit/9c5c11c8e25bfc26f615874fb52801d0c780ecb5"><code>9c5c11c</code></a>
chore: <code>debug</code> was moved to ferrum, inspector is retired</li>
<li><a
href="https://github.com/rubycdp/cuprite/commit/bb70a10364bb790ffb2b8a8b5e6a3627eca0318a"><code>bb70a10</code></a>
Fix debug_url for the latest version of Chrome (<a
href="https://redirect.github.com/rubycdp/cuprite/issues/297">#297</a>)</li>
<li><a
href="https://github.com/rubycdp/cuprite/commit/107bf85c8aa1b08319909a52fc1f253835716683"><code>107bf85</code></a>
Bump up (<a
href="https://redirect.github.com/rubycdp/cuprite/issues/299">#299</a>)</li>
<li><a
href="https://github.com/rubycdp/cuprite/commit/4fa812640823e160cb359f40291fe8cf88e05cca"><code>4fa8126</code></a>
Add support for <code>Node#obscured?</code> (<a
href="https://redirect.github.com/rubycdp/cuprite/issues/291">#291</a>)</li>
<li><a
href="https://github.com/rubycdp/cuprite/commit/ec4b49b6d3e1407574286e582f1bf6e31950c96a"><code>ec4b49b</code></a>
chore: fix linter</li>
<li><a
href="https://github.com/rubycdp/cuprite/commit/273720e71c2d7757cb223984b525319ac2845a20"><code>273720e</code></a>
Skip injecting extensions on frame switch to prevent javascript errors
(<a
href="https://redirect.github.com/rubycdp/cuprite/issues/201">#201</a>)</li>
<li><a
href="https://github.com/rubycdp/cuprite/commit/04becb9416290535e454df514087269d9bd8d96f"><code>04becb9</code></a>
fix: build</li>
<li><a
href="https://github.com/rubycdp/cuprite/commit/a659b03a2f7dd88a4db2f571499bc285013ebb35"><code>a659b03</code></a>
Update README to refer to blocklist and allowlist (<a
href="https://redirect.github.com/rubycdp/cuprite/issues/290">#290</a>)</li>
<li><a
href="https://github.com/rubycdp/cuprite/commit/b4eeaf2e06ae6882e0e7b3046fb5ead39725c408"><code>b4eeaf2</code></a>
scroll to destination when dragging (<a
href="https://redirect.github.com/rubycdp/cuprite/issues/288">#288</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rubycdp/cuprite/compare/v0.15.1...v0.17">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 7de4e0c commit 325b973Copy full SHA for 325b973
File tree
Expand file treeCollapse file tree
1 file changed
+24
-23
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+24
-23
lines changedOpen diff view settings
Collapse file
+24-23Lines changed: 24 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
197 | | - | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | | - | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | | - | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
214 | | - | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | | - | |
| 218 | + | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| |||
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
275 | | - | |
| 276 | + | |
276 | 277 | | |
277 | 278 | | |
278 | | - | |
| 279 | + | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
283 | | - | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
352 | 353 | | |
353 | 354 | | |
354 | 355 | | |
355 | | - | |
| 356 | + | |
356 | 357 | | |
357 | 358 | | |
358 | 359 | | |
| |||
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
379 | | - | |
| 380 | + | |
380 | 381 | | |
381 | 382 | | |
382 | 383 | | |
383 | 384 | | |
384 | | - | |
| 385 | + | |
385 | 386 | | |
386 | 387 | | |
387 | 388 | | |
388 | 389 | | |
389 | 390 | | |
390 | | - | |
| 391 | + | |
391 | 392 | | |
392 | | - | |
393 | | - | |
| 393 | + | |
| 394 | + | |
394 | 395 | | |
395 | 396 | | |
396 | | - | |
397 | | - | |
| 397 | + | |
| 398 | + | |
398 | 399 | | |
399 | 400 | | |
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
403 | 404 | | |
404 | 405 | | |
405 | | - | |
| 406 | + | |
406 | 407 | | |
407 | 408 | | |
408 | 409 | | |
| |||
419 | 420 | | |
420 | 421 | | |
421 | 422 | | |
422 | | - | |
| 423 | + | |
423 | 424 | | |
424 | 425 | | |
425 | 426 | | |
| |||
0 commit comments