From cc5367c171309cd367321541eea88be0d2c5f19d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:19:36 +0000 Subject: [PATCH] Update Ruby to version 3.3.5 --- .circleci/config.yml | 2 +- .ruby-version | 2 +- .tool-versions | 2 +- Dockerfile | 4 ++-- Gemfile.lock | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1874bcbc5..dba1e81b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: build: parallelism: 1 docker: - - image: cimg/ruby:3.3.4-browsers + - image: cimg/ruby:3.3.5-browsers environment: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3 diff --git a/.ruby-version b/.ruby-version index a0891f563..fa7adc7ac 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/.tool-versions b/.tool-versions index 9d4dec39f..efcc46acf 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -ruby 3.3.4 +ruby 3.3.5 bundler 2.3.25 postgres 14.6 diff --git a/Dockerfile b/Dockerfile index 2ee9a85d6..9f88cdea2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.4 +FROM ruby:3.3.5 ENV RACK_ENV=production ENV RAILS_ENV=production @@ -23,7 +23,7 @@ RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \ && locale-gen C.UTF-8 \ && /usr/sbin/update-locale LANG=C.UTF-8 -ENV LC_ALL C.UTF-8 +ENV LC_ALL=C.UTF-8 ARG TARGETARCH ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.3/supercronic-linux-$TARGETARCH \ diff --git a/Gemfile.lock b/Gemfile.lock index c807670d3..b9fdeb9d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -436,7 +436,7 @@ DEPENDENCIES with_model RUBY VERSION - ruby 3.3.4 + ruby 3.3.5 BUNDLED WITH 2.4.13