From 1c8911b859a1eb9221ad984ce589ee5a3f2dd428 Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Mon, 22 Jan 2024 16:33:20 +0100 Subject: [PATCH] update Ruby/Bundler/ruby-install --- .ruby-version | 2 +- Containerfile | 6 +++--- Gemfile.lock | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f5..b347b11e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.2.3 diff --git a/Containerfile b/Containerfile index 73044568..5abee3f1 100644 --- a/Containerfile +++ b/Containerfile @@ -8,9 +8,9 @@ LABEL org.opencontainers.image.vendor="The Retrospring team" LABEL org.opencontainers.image.url="https://github.com/Retrospring/retrospring" ARG RETROSPRING_VERSION=2023.0131.1 -ARG RUBY_VERSION=3.2.2 -ARG RUBY_INSTALL_VERSION=0.9.2 -ARG BUNDLER_VERSION=2.3.18 +ARG RUBY_VERSION=3.2.3 +ARG RUBY_INSTALL_VERSION=0.9.3 +ARG BUNDLER_VERSION=2.5.5 ENV RAILS_ENV=production diff --git a/Gemfile.lock b/Gemfile.lock index 1ab8575d..0244b3f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -593,4 +593,4 @@ DEPENDENCIES view_component BUNDLED WITH - 2.4.21 + 2.5.5