From dd612f21726c7ffbb43b048b6b7c5b5bac21e63d Mon Sep 17 00:00:00 2001 From: mdouchement Date: Sat, 11 Nov 2023 21:53:08 +0100 Subject: [PATCH] MRI 3.2.2 --- .ruby-version | 2 +- Dockerfile | 4 ++-- Gemfile.lock | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index ef538c2..be94e6f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.2.2 diff --git a/Dockerfile b/Dockerfile index ea89b1c..193bbf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ruby build stage -FROM ruby:3.1-alpine as ruby-build-env +FROM ruby:3.2-alpine as ruby-build-env MAINTAINER mdouchement # Set the locale @@ -72,7 +72,7 @@ RUN rm -rf frontend .git # final stage -FROM ruby:3.1-alpine +FROM ruby:3.2-alpine MAINTAINER mdouchement # Set the locale diff --git a/Gemfile.lock b/Gemfile.lock index 211be1d..b7e6d1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,6 +197,7 @@ GEM method_source (1.0.0) mini_magick (4.11.0) mini_mime (1.1.2) + mini_portile2 (2.8.5) minitest (5.16.3) nested_form (0.3.2) net-imap (0.3.1) @@ -208,9 +209,8 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.13.9-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.13.9-x86_64-linux) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) racc (~> 1.4) orm_adapter (0.5.0) parallel (1.22.1) @@ -406,6 +406,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-darwin-21 x86_64-linux DEPENDENCIES