Skip to content

Commit

Permalink
Add ruby-lsp gem
Browse files Browse the repository at this point in the history
This gem is used by the VSCode `Ruby LSP` extension from Shopify.
  • Loading branch information
lloeki committed Jul 11, 2024
1 parent b428d21 commit c0027e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ REMOVED_GEMS = {
'rbs',
'steep',
],
:dev => [
'ruby-lsp',
],
}

def appraise(group, &block)
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ group :check do
end
end

group :dev do
gem 'ruby-lsp', require: false if RUBY_VERSION >= '3.0.0' && RUBY_PLATFORM != 'java'
end

# `1.17.0` provides broken RBS type definitions
# https://github.com/ffi/ffi/blob/master/CHANGELOG.md#1170rc1--2024-04-08
#
Expand Down

0 comments on commit c0027e3

Please sign in to comment.