Skip to content

Commit

Permalink
Bump Windows Ruby version to 3.4.1
Browse files Browse the repository at this point in the history
Windows usage of ruby is limited so upgrading to tests, so 3.4 shouldn't have any major dependencies on libraries.
  • Loading branch information
chadlwilson committed Jan 15, 2025
1 parent 82f88ca commit 70cb141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$JAVA_VERSION='21.0.5.11'
$NODEJS_VERSION='22.13.0'
$RUBY_VERSION='3.3.6.2'
$RUBY_VERSION='3.4.1.1'

$GOLANG_BOOTSTRAPPER_VERSION='2.23'
$P4D_VERSION='24.1'
Expand Down

0 comments on commit 70cb141

Please sign in to comment.