Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 0c96b4d

Browse files
author
Amblizer
committed
1. decommission erb extension;
2. Fix bundle cleanup error
1 parent 1e73f3e commit 0c96b4d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

containers/ruby-2-rails-5/.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"dockerFile": "Dockerfile",
44
"extensions": [
55
"rebornix.Ruby",
6-
"craigmaslowski.erb"
76
],
87
"runArgs": [
98
// change this to your project name to debug

containers/ruby-2-rails-5/.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{ // bundle install in project folder
77
"label": "bundleInstall",
88
"type": "shell",
9-
"command": "cd ${env:PROJECT_NAME} && bundle install && gem cleanup"
9+
"command": "cd ${env:PROJECT_NAME} && bundle install"
1010
},
1111
],
1212
}

0 commit comments

Comments
 (0)