From 0bc2b06a0bed73f5d29cd8742ab9ac1b0bdf9e43 Mon Sep 17 00:00:00 2001 From: Yannis JAQUET Date: Mon, 24 Jun 2024 08:57:11 +0200 Subject: [PATCH] Upgrade Ruby to 3.3.2 --- Dockerfile | 4 ++-- Gemfile.lock | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73230b4e..04e07890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.1-alpine +FROM ruby:3.3.2-alpine LABEL mainainer="yannisjaquet@mac.com" LABEL org.opencontainers.image.source="https://github.com/yannis/kasaharacup" @@ -22,7 +22,7 @@ WORKDIR /app RUN echo 'gem: --no-rdoc --no-ri >> "$HOME/.gemrc"' -ENV PATH ./bin:$PATH +ENV PATH="./bin:$PATH" COPY Gemfile Gemfile.lock package.json yarn.lock ./ diff --git a/Gemfile.lock b/Gemfile.lock index c479c724..89384a29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,6 +194,7 @@ GEM railties (>= 5.0.0) faker (3.4.1) i18n (>= 1.8.11, < 2) + ffi (1.17.0) ffi (1.17.0-aarch64-linux-musl) ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-linux-gnu) @@ -202,6 +203,9 @@ GEM formtastic_i18n (0.7.0) globalid (1.2.1) activesupport (>= 6.1) + google-protobuf (4.27.1) + bigdecimal + rake (>= 13) google-protobuf (4.27.1-aarch64-linux) bigdecimal rake (>= 13) @@ -312,6 +316,7 @@ GEM method_source (1.1.0) mini_magick (4.13.1) mini_mime (1.1.5) + mini_portile2 (2.8.7) minitest (5.24.0) msgpack (1.7.2) multi_xml (0.7.1) @@ -327,6 +332,9 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) + nokogiri (1.16.6) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) nokogiri (1.16.6-aarch64-linux) racc (~> 1.4) nokogiri (1.16.6-arm64-darwin) @@ -603,6 +611,7 @@ PLATFORMS aarch64-linux-musl arm64-darwin-21 arm64-darwin-23 + ruby x86_64-linux DEPENDENCIES