Skip to content

Commit b419e87

Browse files
Update Ruby to version 3.4.3
1 parent 06e5b80 commit b419e87

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-
3.4.2
1+
3.4.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.2-alpine
1+
FROM ruby:3.4.3-alpine
22

33
ENV APP_ROOT=/usr/src/app
44
ENV DATABASE_PORT=5432

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.3'
55

66
gem "rails", "~> 8.0.0"
77
gem "sprockets-rails"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ CHECKSUMS
646646
zlib (3.2.1) sha256=6301546b5f108c358304c3095d20e45ddebb31d5079341f95e08e9049770aa6a
647647

648648
RUBY VERSION
649-
ruby 3.4.2p28
649+
ruby 3.4.3p32
650650

651651
BUNDLED WITH
652652
2.6.8

0 commit comments

Comments
 (0)