From 2a7cbae93c049d9becfdee497a69c00e7743bc2a Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:14:10 -0400 Subject: [PATCH] Bump depend_on_ruby_lsp! version --- lib/ruby_lsp/tapioca/addon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby_lsp/tapioca/addon.rb b/lib/ruby_lsp/tapioca/addon.rb index 9a408e753..cf449d496 100644 --- a/lib/ruby_lsp/tapioca/addon.rb +++ b/lib/ruby_lsp/tapioca/addon.rb @@ -1,7 +1,7 @@ # typed: strict # frozen_string_literal: true -RubyLsp::Addon.depend_on_ruby_lsp!(">= 0.19.1", "< 0.20") +RubyLsp::Addon.depend_on_ruby_lsp!(">= 0.20", "< 0.21") begin # The Tapioca add-on depends on the Rails add-on to add a runtime component to the runtime server. We can allow the