Skip to content

Commit b94000e

Browse files
authored
Bump Ruby LSP upper bound to < 0.25 (#2221)
### Motivation The changes in Shopify/ruby-lsp#3252 will be breaking because the return of `document.parse_result` will change. However, that doesn't impact Tapioca and we will not include any breaking changes that do impact Tapioca in v0.24. Let's bump our upper requirement ahead of time, so that people can already start upgrading and so we can eliminate any windows where the Tapioca add-on wouldn't work. ### Implementation Just bumped the upper bound to < 0.25.
2 parents 1774124 + d508ad1 commit b94000e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_lsp/tapioca/addon.rb

+1-1
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.24")
4+
RubyLsp::Addon.depend_on_ruby_lsp!(">= 0.23.10", "< 0.25")
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)