Skip to content

Commit 2dae425

Browse files
authored
Update tests for ruby-lsp changes (#350)
Update tests for ruby-lsp changes Since Shopify/ruby-lsp#1896 the testing framework for rails is dependant on the presence on `bin/rails`
1 parent a19aa24 commit 2dae425

File tree

4 files changed

+205
-129
lines changed

4 files changed

+205
-129
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PATH
1010
remote: .
1111
specs:
1212
ruby-lsp-rails (0.3.5)
13-
ruby-lsp (>= 0.16.0, < 0.17.0)
13+
ruby-lsp (>= 0.16.5, < 0.17.0)
1414
sorbet-runtime (>= 0.5.9897)
1515

1616
GEM
@@ -230,9 +230,9 @@ GEM
230230
rubocop (~> 1.51)
231231
rubocop-sorbet (0.8.1)
232232
rubocop (>= 0.90.0)
233-
ruby-lsp (0.16.4)
233+
ruby-lsp (0.16.5)
234234
language_server-protocol (~> 3.17.0)
235-
prism (>= 0.22.0, < 0.25)
235+
prism (>= 0.23.0, < 0.28)
236236
sorbet-runtime (>= 0.5.10782)
237237
ruby-progressbar (1.13.0)
238238
ruby2_keywords (0.0.5)

ruby-lsp-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
2323
Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
2424
end
2525

26-
spec.add_dependency("ruby-lsp", ">= 0.16.0", "< 0.17.0")
26+
spec.add_dependency("ruby-lsp", ">= 0.16.5", "< 0.17.0")
2727
spec.add_dependency("sorbet-runtime", ">= 0.5.9897")
2828
end

0 commit comments

Comments
 (0)