Skip to content

Commit b6178d7

Browse files
Bump ruby version to 3.3.6 (#1513)
* chore: Update the Ruby version in provisioning environment Made with ❤️️ by updatecli * chore: Update the Ruby version in the goss test file for linux Made with ❤️️ by updatecli * chore: Update the Ruby version in the goss test file for windows Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <[email protected]>
1 parent 9ce4542 commit b6178d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

provisioning/tools-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ openssh_authorized_keys_url: https://raw.githubusercontent.com/jenkins-infra/aws
3939
packer_version: 1.11.2
4040
python3_version: 3.12.6
4141
ruby_puppet_version: 2.6.10
42-
ruby_version: 3.3.5
42+
ruby_version: 3.3.6
4343
sops_version: 3.9.1
4444
terraform_version: 1.9.8
4545
trivy_version: 0.57.0

tests/goss-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ command:
102102
exit-status: 0
103103
stdout:
104104
- 2.6.10
105-
- 3.3.5
105+
- 3.3.6
106106
rngd:
107107
exec: rngd --version
108108
exit-status: 0

tests/goss-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ command:
5555
exec: ruby -v
5656
exit-status: 0
5757
stdout:
58-
- 3.3.5
58+
- 3.3.6
5959
vagrant:
6060
exec: vagrant --version
6161
exit-status: 0

0 commit comments

Comments
 (0)