Skip to content

Commit

Permalink
Update Ruby 3.3.5 → 3.3.6 (#44)
Browse files Browse the repository at this point in the history
<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
depfu[bot] and otherguy authored Nov 13, 2024
1 parent 54e567e commit 5b3539c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameters:
default: main
default-ruby:
type: string
default: "3.3.5"
default: "3.3.6"

# Define common YAML anchors
x-common-auth: &common-auth
Expand Down Expand Up @@ -306,7 +306,7 @@ workflows:
matrix:
parameters:
os: ["docker", "macos"]
ruby-version: ["3.3.5", "3.2.3", "3.1.6"]
ruby-version: ["3.3.6", "3.2.3", "3.1.6"]
filters:
tags:
only: /^\d+\.\d+\.\d+$/
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.3.5 3.2.3 3.1.6
ruby 3.3.6 3.2.3 3.1.6

0 comments on commit 5b3539c

Please sign in to comment.