From 93ffef0125cc0c66895f09be504ea73113d4dd34 Mon Sep 17 00:00:00 2001 From: Cesy Date: Mon, 19 Dec 2022 16:10:33 +0000 Subject: [PATCH] Wrong ruby version manager --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9cdd41f62..b4eea9203 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,7 @@ // "forwardPorts": [3000, 5432], // Use 'postCreateCommand' to run commands after the container is created. -"postCreateCommand": "rvm install 3.1.2 && bundle install && rake db:setup" +"postCreateCommand": "rbenv install 3.1.2 && bundle install && rake db:setup" // Configure tool-specific properties. // "customizations": {},