diff --git a/.mise.toml b/.mise.toml index aacd2f186..883155108 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,4 +1,4 @@ -min_version = "2026.7.5" +min_version = "2026.7.8" [settings] idiomatic_version_file_enable_tools = ["ruby"] diff --git a/bin/setup b/bin/setup index 0a6e83aca..689391afb 100755 --- a/bin/setup +++ b/bin/setup @@ -39,7 +39,7 @@ step() { return $exit_code } -mise_min_version="2026.7.5" # keep in lockstep with min_version in .mise.toml +mise_min_version="2026.7.8" # keep in lockstep with min_version in .mise.toml mise_too_old() { local current="$(mise --version 2>/dev/null | awk '{ print $1; exit }')"