Skip to content

Commit

Permalink
Remove ruby-lsp from the Gemfile
Browse files Browse the repository at this point in the history
The extension already installs it.
  • Loading branch information
rafaelfranca committed May 3, 2024
1 parent abef73c commit b113c1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ gem("tapioca", require: false)
group :development do
gem("byebug", require: false)
gem("minitest-focus", require: false)
gem("ruby-lsp", "~> 0.2.1")

gem("m")
gem("rake")
Expand Down
9 changes: 0 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
language_server-protocol (3.16.0.3)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -76,7 +75,6 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
prettier_print (0.1.0)
prism (0.27.0)
racc (1.7.1)
rack (2.2.4)
Expand Down Expand Up @@ -120,10 +118,6 @@ GEM
rubocop (~> 1.33)
rubocop-sorbet (0.6.11)
rubocop (>= 0.90.0)
ruby-lsp (0.2.3)
language_server-protocol
sorbet-runtime
syntax_tree (>= 2.4)
ruby-progressbar (1.11.0)
smart_properties (1.17.0)
sorbet (0.5.11367)
Expand All @@ -141,8 +135,6 @@ GEM
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
spring (4.0.0)
syntax_tree (3.3.0)
prettier_print
tapioca (0.13.3)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
Expand Down Expand Up @@ -181,7 +173,6 @@ DEPENDENCIES
rubocop-performance
rubocop-shopify
rubocop-sorbet
ruby-lsp (~> 0.2.1)
sorbet-static-and-runtime
spring
tapioca
Expand Down

0 comments on commit b113c1d

Please sign in to comment.