Skip to content

Commit

Permalink
Bump Ruby to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Nov 5, 2024
1 parent 0bad5d8 commit 9b02040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provision/provision-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function provision() {

step install_mise_tools \
"[email protected]+11.0.LTS" \
"[email protected].5" \
"[email protected].6" \
"[email protected]"
step install_ruby_default_gems
step install_yarn
Expand Down
2 changes: 1 addition & 1 deletion provision/provision-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function provision() {

step install_mise_tools \
"[email protected]+11.0.LTS" \
"[email protected].5" \
"[email protected].6" \
"[email protected]"
step install_ruby_default_gems
step install_yarn
Expand Down

0 comments on commit 9b02040

Please sign in to comment.