From e390dceed26f1eb58e702b8e5fbfedf3ae710947 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:50:21 +0000 Subject: [PATCH] Update dependency ruby to v3.3.5 --- .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 a0891f56..fa7adc7a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/Dockerfile b/Dockerfile index 5f448606..595b4bb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------ # Base # ------------------------------------------------------------------------------ -FROM ruby:3.3.4 as base +FROM ruby:3.3.5 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 a16635e2..b042ac05 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.3.4" +ruby "3.3.5" gem "bootsnap", ">= 1.1.0", require: false gem "bootstrap", ">= 4.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index ab37b26b..81365f27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -433,7 +433,7 @@ DEPENDENCIES web-console (>= 3.3.0) RUBY VERSION - ruby 3.3.4p94 + ruby 3.3.5p100 BUNDLED WITH 2.4.7