Skip to content

Commit 23e304b

Browse files
committed
upgrade to ruby 3.4
1 parent 7c4f3a5 commit 23e304b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.ruby-version

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
99

1010
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
11-
ARG RUBY_VERSION=3.3.5
11+
ARG RUBY_VERSION=3.4.1
1212
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1313

1414
# Rails app lives here

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby "3.3.5"
3+
ruby "3.4.1"
44

55
# CORE
66
gem "rails", "~> 8.0"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM
114114
railties (>= 5.0.0)
115115
faker (3.5.1)
116116
i18n (>= 1.8.11, < 2)
117-
ffi (1.17.0-x86_64-linux-gnu)
117+
ffi (1.17.0)
118118
globalid (1.2.1)
119119
activesupport (>= 6.1)
120120
groupdate (6.5.1)
@@ -379,7 +379,7 @@ DEPENDENCIES
379379
web-console
380380

381381
RUBY VERSION
382-
ruby 3.3.5p100
382+
ruby 3.4.1p0
383383

384384
BUNDLED WITH
385-
2.5.23
385+
2.6.3

0 commit comments

Comments
 (0)