Skip to content

Commit

Permalink
chore: Install bundler on DevContainer startup
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Sep 8, 2023
1 parent 53b3b5b commit 9ad89e4
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 @@ -46,7 +46,7 @@
},

"onCreateCommand": "sudo chown -R vscode:vscode ${containerWorkspaceFolder}/coverage ${containerWorkspaceFolder}/vendor/bundle",
"postStartCommand": "bundle install --jobs=3 --retry=3",
"postStartCommand": "gem install bundler:2.3.6 && bundle install --jobs=3 --retry=3",

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
Expand Down

0 comments on commit 9ad89e4

Please sign in to comment.