From 74eb7dba0ede1ff796eacac9a39f901b19464228 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Mon, 17 Jun 2024 09:05:53 +0100 Subject: [PATCH] Ruby 3.3.3 update --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 4a85a55..fefb2b7 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.3.1 +ruby-3.3.3 diff --git a/Dockerfile b/Dockerfile index 74c54f1..eba01ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.3.1 +ARG RUBY_VERSION=3.3.3 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base # Rails app lives here diff --git a/Gemfile.lock b/Gemfile.lock index be52154..1a3422c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -348,7 +348,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.1p55 + ruby 3.3.3p89 BUNDLED WITH 2.5.3