From 894eaa2bc22d1208add58bc9a45969c73682b81b Mon Sep 17 00:00:00 2001 From: Cirdes Henrique Date: Mon, 16 Jun 2025 16:52:51 -0300 Subject: [PATCH] Upgrade Ruby to 3.4.4 --- .devcontainer/Dockerfile | 2 +- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a79e3649..f23d47aa 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,3 +1,3 @@ # Make sure RUBY_VERSION matches the Ruby version in .ruby-version -ARG RUBY_VERSION=3.4.2 +ARG RUBY_VERSION=3.4.4 FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION diff --git a/.ruby-version b/.ruby-version index 4d9d11cf..f9892605 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.2 +3.4.4 diff --git a/Dockerfile b/Dockerfile index 95f203bb..4459c897 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # check=error=true # Make sure RUBY_VERSION matches the Ruby version in .ruby-version -ARG RUBY_VERSION=3.4.2 +ARG RUBY_VERSION=3.4.4 FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-jemalloc-slim AS base LABEL fly_launch_runtime="rails" diff --git a/Gemfile b/Gemfile index 47e6be84..c83e3017 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.4.2" +ruby "3.4.4" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "8.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index bbc85e1a..740ac743 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -348,7 +348,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.4.2p28 + ruby 3.4.4p34 BUNDLED WITH 2.6.4