From b9a1d17357af43ed9a3cf885d14749c82998cac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yves=20Desgagn=C3=A9?= Date: Tue, 22 Apr 2025 07:18:09 -0400 Subject: [PATCH] Updated ruby to 3.4.3 --- .github/workflows/build.yml | 2 +- .github/workflows/dependencies.yml | 2 +- .idea/github-build.iml | 14 +++++++------- config/languages.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc72709..9f2ddc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ name: Build - "**" env: RUBY-BUNDLER-CACHE: true - RUBY-VERSION: 3.4.2 + RUBY-VERSION: 3.4.3 jobs: variables: name: Prepare Variables diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 47808ba..49f5cc7 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -5,7 +5,7 @@ name: Cron Dependencies - cron: 0 9 * * 1 env: RUBY-BUNDLER-CACHE: true - RUBY-VERSION: 3.4.2 + RUBY-VERSION: 3.4.3 jobs: update_dependencies: name: Update Dependencies diff --git a/.idea/github-build.iml b/.idea/github-build.iml index a62ae99..46e84e0 100644 --- a/.idea/github-build.iml +++ b/.idea/github-build.iml @@ -18,8 +18,8 @@ - - + + @@ -34,24 +34,24 @@ - - + + - + - + - + diff --git a/config/languages.yaml b/config/languages.yaml index a09cbe4..a3a3481 100644 --- a/config/languages.yaml +++ b/config/languages.yaml @@ -283,7 +283,7 @@ ruby: file_extension: rb setup_options: - name: ruby-version - value: 3.4.2 + value: 3.4.3 - name: ruby-rubygems value: - name: ruby-bundler