Skip to content

Commit 0d8a918

Browse files
authored
Update to Ruby 3.4.3. (#257)
1 parent 9c5b5d8 commit 0d8a918

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.3
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.3

Gemfile

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

6-
ruby '3.4.2'
6+
ruby '3.4.3'
77

88
gem 'rails', '~> 7.1.3.4'
99

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ GEM
148148
puma (6.6.0)
149149
nio4r (~> 2.0)
150150
racc (1.8.1)
151-
rack (3.1.12)
151+
rack (3.1.13)
152152
rack-cors (1.1.1)
153153
rack (>= 2.0.0)
154154
rack-mini-profiler (3.0.0)
@@ -259,7 +259,7 @@ DEPENDENCIES
259259
web-console (~> 4.2.0)
260260

261261
RUBY VERSION
262-
ruby 3.4.2p28
262+
ruby 3.4.3p32
263263

264264
BUNDLED WITH
265-
2.6.3
265+
2.6.8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The purpose of this example is to provide details as to how one would go about u
1212

1313
- Rails 7.1.3.4 or newer
1414

15-
- Ruby 3.4.2 or newer
15+
- Ruby 3.4.3 or newer
1616

1717
Note: This tutorial was updated on macOS 15.4. Docker Desktop is ony needed if you're following the `Docker Installation`.
1818

0 commit comments

Comments
 (0)