Skip to content

Commit

Permalink
Upgrade Ruby LSP and Tapioca
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Jan 16, 2025
1 parent e4098b4 commit 760baf4
Show file tree
Hide file tree
Showing 7 changed files with 936 additions and 640 deletions.
37 changes: 16 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
drb (2.2.1)
erubi (1.13.0)
erubi (1.13.1)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.6)
Expand All @@ -102,7 +102,7 @@ GEM
reline (>= 0.4.2)
json (2.7.6)
language_server-protocol (3.17.0.3)
logger (1.6.4)
logger (1.6.5)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -129,8 +129,6 @@ GEM
nio4r (2.7.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
Expand Down Expand Up @@ -183,7 +181,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rbi (0.2.2)
rbi (0.2.3)
prism (~> 1.0)
sorbet-runtime (>= 0.5.9204)
rbs (3.8.1)
Expand Down Expand Up @@ -214,33 +212,33 @@ GEM
rubocop (~> 1.51)
rubocop-sorbet (0.8.7)
rubocop (>= 1)
ruby-lsp (0.23.3)
ruby-lsp (0.23.6)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.3.1)
sorbet (0.5.11635)
sorbet-static (= 0.5.11635)
sorbet-runtime (0.5.11635)
sorbet-static (0.5.11635-universal-darwin)
sorbet-static (0.5.11635-x86_64-linux)
sorbet-static-and-runtime (0.5.11635)
sorbet (= 0.5.11635)
sorbet-runtime (= 0.5.11635)
spoom (1.5.0)
sorbet (0.5.11761)
sorbet-static (= 0.5.11761)
sorbet-runtime (0.5.11761)
sorbet-static (0.5.11761-universal-darwin)
sorbet-static (0.5.11761-x86_64-linux)
sorbet-static-and-runtime (0.5.11761)
sorbet (= 0.5.11761)
sorbet-runtime (= 0.5.11761)
spoom (1.5.1)
erubi (>= 1.10.0)
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
sqlite3 (2.1.0-arm64-darwin)
sqlite3 (2.1.0-x64-mingw-ucrt)
sqlite3 (2.1.0-x86_64-darwin)
sqlite3 (2.1.0-x86_64-linux-gnu)
stringio (3.1.2)
tapioca (0.16.5)
tapioca (0.16.8)
benchmark
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand All @@ -253,8 +251,6 @@ GEM
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
uri (1.0.1)
useragent (0.16.10)
Expand All @@ -269,7 +265,6 @@ GEM

PLATFORMS
arm64-darwin
x64-mingw-ucrt
x86_64-darwin
x86_64-linux

Expand All @@ -291,4 +286,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
2.5.19
2.6.3

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 760baf4

Please sign in to comment.