Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .devcontainer/run
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ if [[ ! -x "$MISE_BIN" ]]; then
exit 1
fi

# .mise.toml lists the whole Ruby matrix for bin/relock; the devcontainer profile
# overrides it to pin the single Ruby baked into the image.
export MISE_ENV=devcontainer
Comment thread
sl0thentr0py marked this conversation as resolved.

# Activate mise for this shell so PATH/shims are resolved correctly.
eval "$("$MISE_BIN" activate bash)"

Expand Down
Loading
Loading