Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<hr> **🚀 New Feature: Engine Updates** Welcome to your first update for the engine or runtime! It tries to change all the places where the version of the engine is configured. We're most likely missing a few of those or handling them incorrectly, so please help us and [let us know](https://bounce.depfu.com/github.com/depfu/feedback/issues/43) and we'll quickly add it to the workflow. If you want to know more about this feature, we [just blogged about it](https://depfu.com/blog/update-your-engines). If you're not interested in engine updates at all, you can reply to this PR with `@depfu pause`. <hr> Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request. ### What changed? <details> <summary>Release Notes</summary> <h4><a href="https://www.ruby-lang.org/en/news/2024/11/05/ruby-3-3-6-released/">3.3.6</a></h4> <blockquote><p class="post-info">Posted by k0kubun on 5 Nov 2024</p> <p>Ruby 3.3.6 has been released.</p> <p>This is a routine update that includes minor bug fixes. It also stops warning missing default gem dependencies that will be bundled gems in Ruby 3.5. For more details, please refer to <a href="https://bounce.depfu.com/github.com/ruby/ruby/releases/tag/v3_3_6">the release notes on GitHub</a>.</p> <h2>Release Schedule</h2> <p>As previously <a href="https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/">announced</a>, we intend to release the latest stable Ruby version (currently Ruby 3.3) every 2 months following a <code class="language-plaintext highlighter-rouge">.1</code> release.</p> <p>We expect to release Ruby 3.3.7 on January 7th. If any significant changes arise that impact a large number of users, we may release a new version earlier than scheduled.</p></blockquote> </details> --- <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@depfu refresh</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> <dt>@depfu pause</dt><dd>Pauses all engine updates and closes this PR</dd> </dl></blockquote> </details> --------- Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Alexander Graf <[email protected]>
- Loading branch information