Skip to content

Commit

Permalink
[Chore] Do not bundle ruby-lsp
Browse files Browse the repository at this point in the history
It's not meant to be in Gemfile, we should rather install it blobally.
  • Loading branch information
okuramasafumi committed May 31, 2024
1 parent 99ba225 commit 74fbd1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ gem 'rubocop-md', '~> 1.0', require: false # For lint
gem 'rubocop-minitest', '~> 0.35.0', require: false # For lint
gem 'rubocop-performance', '~> 1.21.0', require: false # For lint
gem 'rubocop-rake', '~> 0.6.0', require: false # For lint
gem 'ruby-lsp', require: false # For language server
gem 'simplecov', '~> 0.22.0', require: false # For test coverage
gem 'simplecov-cobertura', require: false # For test coverage
# gem 'steep', require: false # For language server and typing
Expand Down

0 comments on commit 74fbd1b

Please sign in to comment.