Skip to content

Commit 7e5f4bf

Browse files
committed
Bump ruby from 3.4 to 4.0
1 parent 95d2130 commit 7e5f4bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

provision/provision-rhelcompat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function provision() {
4848

4949
step install_mise_tools \
5050
"java@temurin-25" \
51-
"ruby@3.4" \
51+
"ruby@4.0" \
5252
"node@24" \
5353
"aqua:getgauge/gauge@1"
5454
step install_ruby_default_gems

provision/provision-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function provision() {
2222

2323
step install_mise_tools \
2424
"java@temurin-25" \
25-
"ruby@3.4" \
25+
"ruby@4.0" \
2626
"node@24"
2727
step install_ruby_default_gems
2828
step install_yarn

0 commit comments

Comments
 (0)