From 13c4dfc4230066f16fcb87bdbf8bc6702be45206 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 16:57:01 +0200 Subject: [PATCH] Bump `ruby` version to 3.3.1 (#1163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the Ruby version in provisioning environment Made with ❤️️ by updatecli * chore: Update the Ruby version in the goss test file for windows Made with ❤️️ by updatecli * chore: Update the Ruby version in the goss test file for linux Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- goss/goss-linux.yaml | 2 +- goss/goss-windows.yaml | 2 +- provisioning/tools-versions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/goss/goss-linux.yaml b/goss/goss-linux.yaml index 7b75dff13..c47ae11a2 100644 --- a/goss/goss-linux.yaml +++ b/goss/goss-linux.yaml @@ -109,7 +109,7 @@ command: exit-status: 0 stdout: - 2.6.10 - - 3.3.0 + - 3.3.1 sops: exec: sops --version exit-status: 0 diff --git a/goss/goss-windows.yaml b/goss/goss-windows.yaml index 133c2ea6c..aab64ef9b 100644 --- a/goss/goss-windows.yaml +++ b/goss/goss-windows.yaml @@ -48,7 +48,7 @@ command: exec: ruby -v exit-status: 0 stdout: - - 3.3.0 + - 3.3.1 vagrant: exec: vagrant --version exit-status: 0 diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 949e7dbcf..1e2b203b6 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -39,7 +39,7 @@ openssh_authorized_keys_url: https://raw.githubusercontent.com/jenkins-infra/aws packer_version: 1.10.2 python3_version: 3.12.3 ruby_puppet_version: 2.6.10 -ruby_version: 3.3.0 +ruby_version: 3.3.1 sops_version: 3.8.1 terraform_version: 1.6.6 trivy_version: 0.50.1