Skip to content

Commit

Permalink
Bump depend_on_ruby_lsp! version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Oct 11, 2024
1 parent 03765fd commit 2a7cbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_lsp/tapioca/addon.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2a7cbae

Please sign in to comment.