Skip to content

codespace: static ruby version - #191

Merged
fulldecent merged 2 commits into
mainfrom
codespace
Aug 24, 2026
Merged

codespace: static ruby version#191
fulldecent merged 2 commits into
mainfrom
codespace

Conversation

@fulldecent

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI lite review requested due to automatic review settings August 24, 2026 20:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The Ruby version pin matches .ruby-version, and the container setup remains deterministic while removing redundant installation steps.

Pull request overview

This PR updates the Codespaces/devcontainer configuration to use a statically pinned Ruby version via the Dev Containers Ruby feature, aligning the container Ruby installation approach with the existing version pinning pattern used for Node.

Changes:

  • Pin Ruby to 3.3.4 in the Dev Containers Ruby feature (instead of installing via rbenv install during postCreateCommand).
  • Simplify postCreateCommand by removing the rbenv install/rehash steps while keeping Node/Yarn and Bundler setup.
File summaries
File Description
.devcontainer/devcontainer.json Pins Ruby via the Ruby feature and removes redundant Ruby installation steps from container setup.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@fulldecent
fulldecent merged commit d8b244a into main Aug 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants