Skip to content

Commit

Permalink
Bump ruby-lsp (#30)
Browse files Browse the repository at this point in the history
* Bump ruby-lsp

* Update CI rubies
  • Loading branch information
st0012 authored Jun 1, 2024
1 parent b56e83d commit 81f7cf7
Show file tree
Hide file tree
Showing 5 changed files with 19,961 additions and 12,637 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
ruby:
- "3.3"
- "3.2"
- "3.1"
- "3.0"

steps:
- uses: actions/checkout@v3
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
ruby-lsp-rspec (0.1.11)
ruby-lsp (~> 0.16.0)
ruby-lsp (~> 0.17.0)

GEM
remote: https://rubygems.org/
Expand All @@ -24,14 +24,14 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
prism (0.24.0)
prism (0.29.0)
psych (5.1.2)
stringio
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.0)
rbi (0.1.9)
prism (>= 0.18.0, < 0.25)
rbi (0.1.13)
prism (>= 0.18.0, < 1.0.0)
sorbet-runtime (>= 0.5.9204)
rdoc (6.6.3.1)
psych (>= 4.0.0)
Expand Down Expand Up @@ -71,9 +71,9 @@ GEM
rubocop (~> 1.51)
rubocop-sorbet (0.8.0)
rubocop (>= 0.90.0)
ruby-lsp (0.16.0)
ruby-lsp (0.17.1)
language_server-protocol (~> 3.17.0)
prism (>= 0.22.0, < 0.25)
prism (>= 0.29.0, < 0.30)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
sorbet (0.5.11327)
Expand Down
2 changes: 1 addition & 1 deletion ruby-lsp-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "ruby-lsp", "~> 0.16.0"
spec.add_dependency "ruby-lsp", "~> 0.17.0"
end
Loading

0 comments on commit 81f7cf7

Please sign in to comment.