Skip to content

Commit d91462b

Browse files
authored
Upgrade Ruby to 3.4.4 (#271)
1 parent f733fab commit d91462b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2-
ARG RUBY_VERSION=3.4.2
2+
ARG RUBY_VERSION=3.4.4
33
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# check=error=true
33

44
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
5-
ARG RUBY_VERSION=3.4.2
5+
ARG RUBY_VERSION=3.4.4
66
FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-jemalloc-slim AS base
77

88
LABEL fly_launch_runtime="rails"

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.4.2"
4+
ruby "3.4.4"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem "rails", "8.0.2"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ DEPENDENCIES
348348
web-console
349349

350350
RUBY VERSION
351-
ruby 3.4.2p28
351+
ruby 3.4.4p34
352352

353353
BUNDLED WITH
354354
2.6.4

0 commit comments

Comments
 (0)