From a12277eae496d6dd16a818426f7747ccc6abe2ae Mon Sep 17 00:00:00 2001 From: Aaron Spettl Date: Thu, 25 Apr 2024 08:11:34 +0200 Subject: [PATCH] Upgrade to Ruby 3.3.1 --- .ruby-version | 2 +- Dockerfile | 4 ++-- Gemfile | 2 +- Gemfile.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index 03463f3..4a85a55 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.3.0 +ruby-3.3.1 diff --git a/Dockerfile b/Dockerfile index 530d6f7..a47922f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.0-alpine3.19 AS builder +FROM ruby:3.3.1-alpine3.19 AS builder RUN apk --no-cache add build-base zlib-dev tzdata openssl-dev mariadb-dev shared-mime-info @@ -18,7 +18,7 @@ COPY . . RUN RAILS_ENV=production SECRET_KEY_BASE=irrelevant bundle exec rails assets:precompile -FROM ruby:3.3.0-alpine3.19 +FROM ruby:3.3.1-alpine3.19 LABEL maintainer="aaron@spettl.de" RUN apk --no-cache add zlib tzdata libssl3 mariadb-connector-c shared-mime-info diff --git a/Gemfile b/Gemfile index cd3cf04..4a4a06b 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.3.0' +ruby '3.3.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 7.1.3' diff --git a/Gemfile.lock b/Gemfile.lock index ca05935..9def04c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -323,7 +323,7 @@ DEPENDENCIES web-console (>= 4.1.0) RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.1p55 BUNDLED WITH - 2.5.3 + 2.5.9