Skip to content

Commit 4cd81c7

Browse files
authored
Merge pull request #2352 from Shopify/07-15-relax_ruby_lsp_constraint_to_accept_v0.26
Relax Ruby LSP constraint to accept v0.26
2 parents 99fbc02 + ce23b1f commit 4cd81c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ruby_lsp/tapioca/addon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# typed: strict
22
# frozen_string_literal: true
33

4-
RubyLsp::Addon.depend_on_ruby_lsp!(">= 0.23.10", "< 0.26")
4+
RubyLsp::Addon.depend_on_ruby_lsp!(">= 0.23.10", "< 0.27")
55

66
begin
77
# The Tapioca add-on depends on the Rails add-on to add a runtime component to the runtime server. We can allow the

0 commit comments

Comments
 (0)