Skip to content

Commit

Permalink
Pin codespace ruby version to match the rest of the repo
Browse files Browse the repository at this point in the history
This was coming up as `3.2.0`, which was inconvenient when I was trying to regenerate the `Gemfile.lock` etc... life is simpler if we pin this to match the ruby version we use in the rest of `dependabot-core` and then update it in lockstep.
  • Loading branch information
jeffwidman committed Jan 11, 2023
1 parent 615f04c commit 16061d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"github-cli": "latest",
"node": "lts",
"golang": "latest",
"ruby": "latest",
"ruby": "3.1.3",
"rust": "latest",
"dotnet": "latest",
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down

0 comments on commit 16061d6

Please sign in to comment.