DEV: Add ruby_lsp gem to development (#20517)

In order to use the ruby-lsp vscode extension, the ruby_lsp gem needs to
be added to the project's Gemfile. That may soon change with
https://github.com/Shopify/vscode-ruby-lsp/pull/419 but this will do for
now.
This commit is contained in:
Alan Guo Xiang Tan
2023-03-03 06:45:52 +08:00
committed by GitHub
parent fac78413c8
commit 990b710ade
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -181,6 +181,7 @@ group :development do
gem "binding_of_caller"
gem "yaml-lint"
gem "yard"
gem "ruby-lsp", require: false
end
if ENV["ALLOW_DEV_POPULATE"] == "1"