From 00d249c5826c52744bd32043af39e659c2e1741e Mon Sep 17 00:00:00 2001 From: Reem Ibrahim Date: Wed, 18 Mar 2026 13:10:31 +0000 Subject: [PATCH] updated ruby version --- .github/workflows/ci.yml | 2 +- .ruby-version | 2 +- Dockerfile | 4 ++-- Gemfile | 2 +- Gemfile.lock | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbd291160..a7b60e26b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.2 + ruby-version: 3.4.8 bundler-cache: true env: BUNDLE_GEMS__CONTRIBSYS__COM: ${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }} diff --git a/.ruby-version b/.ruby-version index 4d9d11cf5..7921bd0c8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.2 +3.4.8 diff --git a/Dockerfile b/Dockerfile index edea8c244..042ff700e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # It also improves build times by caching the base stage. # Base stage -FROM public.ecr.aws/docker/library/ruby:3.4.2-alpine AS base +FROM ruby:3.4.8-alpine AS base RUN apk add build-base bzip2-dev curl libc-utils libffi-dev libpq-dev nodejs tzdata yaml-dev xz-dev zlib-dev && rm -rf /var/cache/apk/* # Set locale and timezone @@ -71,7 +71,7 @@ COPY . $INSTALL_PATH RUN bundle exec rake DATABASE_URL=postgresql:does_not_exist SECRET_KEY_BASE=dummy --quiet assets:precompile # Runtime stage -FROM public.ecr.aws/docker/library/ruby:3.4.2-alpine +FROM ruby:3.4.8-alpine ENV INSTALL_PATH /srv/dss-api RUN mkdir -p $INSTALL_PATH diff --git a/Gemfile b/Gemfile index fcf757aab..3dce69ad7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.4.2' +ruby '3.4.8' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 8.0', '>= 8.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index f7953b168..3972b8af6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -696,7 +696,7 @@ DEPENDENCIES webmock (>= 3.24.0) RUBY VERSION - ruby 3.4.2p28 + ruby 3.4.8p72 BUNDLED WITH 2.6.9