diff --git a/Gemfile b/Gemfile index a86b44a7678..b9bd4696175 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ group :development do # 1.80.5 breaks the build gem 'sass-embedded', '1.80.4' gem 'rubocop', '1.67.0' - gem 'ruby-lsp', '0.20.1' + gem 'ruby-lsp', '0.21.1' gem 'rackup', '2.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 579d9cd5b76..a7271fb794f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.33.0) parser (>= 3.3.1.0) - ruby-lsp (0.20.1) + ruby-lsp (0.21.1) language_server-protocol (~> 3.17.0) prism (>= 1.2, < 2.0) rbs (>= 3, < 4) @@ -149,7 +149,7 @@ GEM rack-protection (= 4.0.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sorbet-runtime (0.5.11630) + sorbet-runtime (0.5.11631) stringex (2.8.6) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -176,7 +176,7 @@ DEPENDENCIES rackup (= 2.1.0) rake (= 13.2.1) rubocop (= 1.67.0) - ruby-lsp (= 0.20.1) + ruby-lsp (= 0.21.1) sass-embedded (= 1.80.4) sass-globbing (= 1.1.5) sassc (= 2.1.0)