Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
min_version = "2026.7.5"
min_version = "2026.7.8"

[settings]
idiomatic_version_file_enable_tools = ["ruby"]
Expand Down
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -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 }')"
Expand Down