From 0adcf2cfa90d99f1f63c56a34418ceea7311621d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:43:43 +0000 Subject: [PATCH] Update dependency ruby to v3.3.0 --- .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 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" diff --git a/Gemfile.lock b/Gemfile.lock index c70a62a5..c7136383 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -417,7 +417,7 @@ DEPENDENCIES web-console (>= 3.3.0) RUBY VERSION - ruby 3.2.3p157 + ruby 3.3.0p0 BUNDLED WITH 2.4.7