Skip to content

Commit

Permalink
build(deps): add ruby-lsp (0.13.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski committed Jan 26, 2024
1 parent 373a3bc commit 3143965
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ PATH
rest-client (>= 2, < 3)
rspec-benchmark (>= 0, < 1)
rspec-expectations (>= 3, < 4)
ruby-lsp (>= 0, < 1)
sinatra (>= 2, < 5)

GEM
Expand Down Expand Up @@ -128,6 +129,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
prism (0.19.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
Expand Down Expand Up @@ -176,6 +178,10 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-lsp (0.13.4)
language_server-protocol (~> 3.17.0)
prism (>= 0.19.0, < 0.20)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
Expand All @@ -190,6 +196,7 @@ GEM
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sorbet-runtime (0.5.11218)
sync (0.5.0)
sys-uname (1.2.3)
ffi (~> 1.1)
Expand Down
1 change: 1 addition & 0 deletions nonnative.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rest-client', '>= 2', '< 3'
spec.add_dependency 'rspec-benchmark', '>= 0', '< 1'
spec.add_dependency 'rspec-expectations', '>= 3', '< 4'
spec.add_dependency 'ruby-lsp', '>= 0', '< 1'
spec.add_dependency 'sinatra', '>= 2', '< 5'
end

0 comments on commit 3143965

Please sign in to comment.