From fea69e88691df78335b1278e051bca3d0d980c97 Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe Date: Wed, 11 Sep 2024 11:23:06 +0200 Subject: [PATCH] Downgrade Ruby from 3.3.5 to 3.3.4 We are having deployment issues. This downgrade is to rule out Ruby 3.3.5 as the problem. --- .circleci/config.yml | 2 +- .github/workflows/standardrb.yml | 2 +- .ruby-version | 2 +- .tool-versions | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9fc3ff4f..2ba9c24ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: parallelism: 3 docker: - - image: cimg/ruby:3.3.5-node-browsers + - image: cimg/ruby:3.3.4-node-browsers environment: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3 diff --git a/.github/workflows/standardrb.yml b/.github/workflows/standardrb.yml index f81d83487..92bb6eb21 100644 --- a/.github/workflows/standardrb.yml +++ b/.github/workflows/standardrb.yml @@ -18,5 +18,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - ruby-version: "3.3.5" + ruby-version: "3.3.4" autofix: false diff --git a/.ruby-version b/.ruby-version index fa7adc7ac..a0891f563 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.5 +3.3.4 diff --git a/.tool-versions b/.tool-versions index fba182d8b..a8b725762 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ nodejs 20.17.0 -ruby 3.3.5 +ruby 3.3.4 yarn 1.22.22 diff --git a/Gemfile b/Gemfile index 1ae68723b..7dfcf30e7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.3.5" +ruby "3.3.4" git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" diff --git a/Gemfile.lock b/Gemfile.lock index dfac993be..95833ab56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -701,7 +701,7 @@ DEPENDENCIES wrapped RUBY VERSION - ruby 3.3.5p100 + ruby 3.3.4p94 BUNDLED WITH 2.5.18