From 16061d62b67183dddb9312336d879f6dd147c8c3 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Sat, 7 Jan 2023 21:14:39 -0800 Subject: [PATCH] Pin codespace ruby version to match the rest of the repo 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. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 80b9870314..2f578fbbc0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": {