Skip to content

Commit

Permalink
Bump ruby version to 3.3.2 (#1205)
Browse files Browse the repository at this point in the history
* 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) <[email protected]>
  • Loading branch information
1 parent a93de97 commit 63d620f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion goss/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ command:
exit-status: 0
stdout:
- 2.6.10
- 3.3.1
- 3.3.2
sops:
exec: sops --version
exit-status: 0
Expand Down
4 changes: 2 additions & 2 deletions goss/goss-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ command:
exec: ruby -v
exit-status: 0
stdout:
- 3.3.1
- 3.3.2
vagrant:
exec: vagrant --version
exit-status: 0
Expand All @@ -59,7 +59,7 @@ command:
exit-status: 0
stdout:
- /16\.\d+\.\d+\.\d+/
skip: {{ not (eq .Env.AGENT_OS_VERSION "2019") }}
skip: {? {not (eq .Env.AGENT_OS_VERSION "2019"): ''} : ''}
file:
C:\Program Files\Chromium\Application\:
contains: []
Expand Down
2 changes: 1 addition & 1 deletion provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ openssh_authorized_keys_url: https://raw.githubusercontent.com/jenkins-infra/aws
packer_version: 1.11.0
python3_version: 3.12.3
ruby_puppet_version: 2.6.10
ruby_version: 3.3.1
ruby_version: 3.3.2
sops_version: 3.8.1
terraform_version: 1.6.6
trivy_version: 0.50.1
Expand Down

0 comments on commit 63d620f

Please sign in to comment.