Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df56e9f

Browse files
authoredMay 25, 2025··
Merge pull request #741 from ecosyste-ms/ruby-version-upgrade
Update Ruby to version 3.4.4
2 parents 48d0475 + a58cc0e commit df56e9f

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

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.3-slim
1+
FROM ruby:3.4.4-slim
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.3'
4+
ruby '3.4.4'
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
@@ -578,7 +578,7 @@ CHECKSUMS
578578
zeitwerk (2.7.3) sha256=b2e86b4a9b57d26ba68a15230dcc7fe6f040f06831ce64417b0621ad96ba3e85
579579

580580
RUBY VERSION
581-
ruby 3.4.3p32
581+
ruby 3.4.4p34
582582

583583
BUNDLED WITH
584584
2.6.9

0 commit comments

Comments
 (0)
Please sign in to comment.