From 5b3539cba066eb86ad409a151551ede51a9f2130 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:28:30 +0100 Subject: [PATCH] =?UTF-8?q?Update=20Ruby=203.3.5=20=E2=86=92=203.3.6=20(#4?= =?UTF-8?q?4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
**🚀 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`.
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?
Release Notes

3.3.6

Ruby 3.3.6 has been released.

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 the release notes on GitHub.

Release Schedule

As previously announced, we intend to release the latest stable Ruby version (currently Ruby 3.3) every 2 months following a .1 release.

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.

---
All Depfu comment commands
@​depfu refresh
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Pauses all engine updates and closes this PR
--------- Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Alexander Graf --- .circleci/config.yml | 4 ++-- .tool-versions | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c77a8e..974db41 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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+$/ diff --git a/.tool-versions b/.tool-versions index 59d2104..58d0139 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.3.5 3.2.3 3.1.6 +ruby 3.3.6 3.2.3 3.1.6