From 0aa61cf6d42f0b686dcb498b30cf3ecbb3bfe3cc Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 00:03:00 +0000 Subject: [PATCH] Update Ruby to version 3.4.3 --- .circleci/config.yml | 2 +- .ruby-version | 2 +- .tool-versions | 2 +- Dockerfile | 2 +- Gemfile.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d6dbd4eed..8b2c06556 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: build: parallelism: 1 docker: - - image: cimg/ruby:3.4.2-browsers + - image: cimg/ruby:3.4.3-browsers environment: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3 diff --git a/.ruby-version b/.ruby-version index 4d9d11cf5..6cb9d3dd0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.2 +3.4.3 diff --git a/.tool-versions b/.tool-versions index d76a2e710..416d95542 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -ruby 3.4.2 +ruby 3.4.3 bundler 2.6.2 postgres 14.6 diff --git a/Dockerfile b/Dockerfile index 0fa557cea..658a7d120 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.2 +FROM ruby:3.4.3 ENV RACK_ENV=production ENV RAILS_ENV=production diff --git a/Gemfile.lock b/Gemfile.lock index 1b011ad85..a7f3eb8de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -460,7 +460,7 @@ DEPENDENCIES with_model RUBY VERSION - ruby 3.4.2 + ruby 3.4.3 BUNDLED WITH 2.6.2