Skip to content

Commit

Permalink
Add lsp to Gemfile (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej authored Jul 20, 2024
1 parent fc0e662 commit 0c21ee5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ group :development do
gem "minitest-reporters"
gem "rack"
gem "reek"
gem "rubocop"
gem "rubocop-minitest"
gem "rubocop-packaging"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-thread_safety"
gem "rubocop", require: false
gem "rubocop-minitest", require: false
gem "rubocop-packaging", require: false
gem "rubocop-performance", require: false
gem "rubocop-rake", require: false
gem "rubocop-thread_safety", require: false
gem "ruby-lsp", require: false
gem "simplecov-cobertura"
gem "yard"
platforms :mri do
gem "byebug"
end
end

0 comments on commit 0c21ee5

Please sign in to comment.