Skip to content

Commit

Permalink
Merge pull request #2041 from Shopify/andyw8/bump-ruby-lsp-depend-on-…
Browse files Browse the repository at this point in the history
…version

[tapioca add-on] Bump depend_on_ruby_lsp! version
  • Loading branch information
andyw8 authored Oct 17, 2024
2 parents 03765fd + 02d4b7e commit bdcca29
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.22")

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 bdcca29

Please sign in to comment.