Skip to content

Commit 2081774

Browse files
Merge pull request #101 from TORIFUKUKaiou/fix/ch13-devcontainer-solargraph-quote
ch13: devcontainer.json solargraphバージョン指定のクォート修正
2 parents 44b5298 + 3ef8159 commit 2081774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

7_0/ch13/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
"waitFor": "onCreateCommand",
2727
//"onCreateCommand": "",
28-
"onCreateCommand": "gem install solargraph -v '0.56.2 -N",
28+
"onCreateCommand": "gem install solargraph -v '0.56.2' -N",
2929
//"onCreateCommand": "gem install solargraph -v '0.50.0' -N && gem install ruby-lsp -N",
3030
//"onCreateCommand": "gem install ruby-lsp -N",
3131
//# => Solargraph gem not found. Run `gem install solargraph` or update your Gemfile.

0 commit comments

Comments
 (0)