From f527d64bf0f6da08e87d5e15642accfa16baf2a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:35:38 +0000 Subject: [PATCH] Update dependency ruby to v3.3.0 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index b347b11e..15a27998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.3 +3.3.0 diff --git a/Dockerfile b/Dockerfile index bfec0de5..6b2c9ce7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------ # Base # ------------------------------------------------------------------------------ -FROM ruby:3.2.3 as base +FROM ruby:3.3.0 as base LABEL org.opencontainers.image.authors="contact@dxw.com" RUN curl -L https://deb.nodesource.com/setup_20.x | bash - diff --git a/Gemfile b/Gemfile index f6b1b561..ef51569f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.2.3" +ruby "3.3.0" gem "bootsnap", ">= 1.1.0", require: false gem "bootstrap", ">= 4.3.1"