From e4112c8cb57278c51b60fb3fb0530261ed8c1950 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 07:20:09 +0000 Subject: [PATCH] Update Ruby to version 3.3.4 --- .ruby-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 944880f..a0891f5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.0 +3.3.4 diff --git a/Dockerfile b/Dockerfile index 5a5cc08..7119211 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.0 +FROM ruby:3.3.4 ENV BUNDLER_VERSION=2.2.6 RUN apt-get update -qq && apt-get install -y