From e620f3344fb6746ae98e25e8e4f595995c0f5df4 Mon Sep 17 00:00:00 2001 From: John Clark Date: Sun, 10 Sep 2023 12:54:51 +0800 Subject: [PATCH] chore: Remove ruby-lsp --- Gemfile | 2 -- Gemfile.lock | 11 ----------- 2 files changed, 13 deletions(-) diff --git a/Gemfile b/Gemfile index 70b1f6f..be173b2 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,4 @@ source "https://rubygems.org" -gem "ruby-lsp", require: false - gemspec diff --git a/Gemfile.lock b/Gemfile.lock index d58db41..c8aa96d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,6 @@ GEM parser (3.2.2.3) ast (~> 2.4.1) racc - prettier_print (1.2.1) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -107,11 +106,6 @@ GEM rubocop-factory_bot (~> 2.22) rubocop-shopify (2.14.0) rubocop (~> 1.51) - ruby-lsp (0.9.4) - language_server-protocol (~> 3.17.0) - sorbet-runtime - syntax_tree (>= 6.1.1, < 7) - yarp (>= 0.9, < 0.11) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) simplecov (0.22.0) @@ -121,9 +115,6 @@ GEM simplecov-html (0.12.3) simplecov-lcov (0.8.0) simplecov_json_formatter (0.1.4) - sorbet-runtime (0.5.11011) - syntax_tree (6.1.1) - prettier_print (>= 1.2.0) timecop (0.9.8) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -133,7 +124,6 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - yarp (0.10.0) zeitwerk (2.6.11) PLATFORMS @@ -154,7 +144,6 @@ DEPENDENCIES rubocop-rake rubocop-rspec rubocop-shopify (~> 2.14) - ruby-lsp simplecov (>= 0.21.2) simplecov-lcov timecop (~> 0.9.4)