Skip to content

Commit

Permalink
Update rbi for latest ruby-lsp (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain authored Jul 2, 2024
1 parent 5704d93 commit b70c065
Show file tree
Hide file tree
Showing 5 changed files with 29,140 additions and 12,998 deletions.
10 changes: 7 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ GEM
reline (>= 0.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -153,7 +154,7 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
prism (0.29.0)
prism (0.30.0)
psych (5.1.2)
stringio
public_suffix (5.0.5)
Expand Down Expand Up @@ -202,6 +203,8 @@ GEM
rbi (0.1.13)
prism (>= 0.18.0, < 1.0.0)
sorbet-runtime (>= 0.5.9204)
rbs (3.5.1)
logger
regexp_parser (2.9.0)
reline (0.5.7)
io-console (~> 0.5)
Expand Down Expand Up @@ -229,9 +232,10 @@ GEM
rubocop (~> 1.51)
rubocop-sorbet (0.8.3)
rubocop (>= 0.90.0)
ruby-lsp (0.17.2)
ruby-lsp (0.17.4)
language_server-protocol (~> 3.17.0)
prism (>= 0.29.0, < 0.30)
prism (>= 0.29.0, < 0.31)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down
Loading

0 comments on commit b70c065

Please sign in to comment.