Skip to content

Commit

Permalink
Remove explicit dependence on sorbet-runtime (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 authored May 31, 2024
1 parent 421f9db commit 76931b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ PATH
specs:
ruby-lsp-rails (0.3.6)
ruby-lsp (>= 0.17.0, < 0.18.0)
sorbet-runtime (>= 0.5.9897)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 0 additions & 1 deletion ruby-lsp-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ Gem::Specification.new do |spec|
end

spec.add_dependency("ruby-lsp", ">= 0.17.0", "< 0.18.0")
spec.add_dependency("sorbet-runtime", ">= 0.5.9897")
end

0 comments on commit 76931b2

Please sign in to comment.