Skip to content

Commit daa8675

Browse files
committed
Upgrade to Ruby 3.4.3
This is the latest version of Ruby released on the 14th April 2025 and includes a number of minor fixes.
1 parent e840ae9 commit daa8675

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.4.1
1+
ruby-3.4.3

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nodejs 22.5.1
22
postgres 17.2
3-
ruby 3.4.1
3+
ruby 3.4.3
44
awscli 2.13.31
55
terraform 1.10.5
66
tflint 0.55.1

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.1
5+
ARG RUBY_VERSION=3.4.3
66
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
77

88
# Rails app lives here

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ DEPENDENCIES
804804
with_advisory_lock
805805

806806
RUBY VERSION
807-
ruby 3.4.1p0
807+
ruby 3.4.3p32
808808

809809
BUNDLED WITH
810810
2.6.2

0 commit comments

Comments
 (0)