From 6b9ddc439d6a269c9aa12f728fb1bb38dbf4365b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Dec 2024 01:25:11 +0000 Subject: [PATCH] Update Ruby to version 3.4.1 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 9c25013..47b322c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.6 +3.4.1 diff --git a/Dockerfile b/Dockerfile index b346720..905c7ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.6-alpine3.19 +FROM ruby:3.4.1-alpine3.19 ENV APP_ROOT /usr/src/app ENV DATABASE_PORT 5432 diff --git a/Gemfile b/Gemfile index e1b7497..9af6c47 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.3.6' +ruby '3.4.1' gem "rails", "~> 8.0.0" gem "sprockets-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 5d5d4ac..5b4bb8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -362,7 +362,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.3.6p108 + ruby 3.4.1p0 BUNDLED WITH 2.6.1