Skip to content

Commit

Permalink
Merge pull request #145 from Shopify/dependabot/bundler/ruby-lsp-0.10.0
Browse files Browse the repository at this point in the history
Update ruby-lsp requirement from >= 0.9.1, < 0.10.0 to >= 0.9.1, < 0.11.0
  • Loading branch information
github-actions[bot] authored Sep 11, 2023
2 parents 187c626 + ef93cfa commit 06c170a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ PATH
specs:
ruby-lsp-rails (0.2.4)
rails (>= 6.0)
ruby-lsp (>= 0.9.1, < 0.10.0)
ruby-lsp (>= 0.9.1, < 0.11.0)
sorbet-runtime (>= 0.5.9897)

GEM
Expand Down Expand Up @@ -224,11 +224,11 @@ GEM
rubocop (~> 1.51)
rubocop-sorbet (0.7.3)
rubocop (>= 0.90.0)
ruby-lsp (0.9.3)
ruby-lsp (0.10.0)
language_server-protocol (~> 3.17.0)
sorbet-runtime
syntax_tree (>= 6.1.1, < 7)
yarp (>= 0.9, < 0.10)
yarp (>= 0.9, < 0.11)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sorbet (0.5.11001)
Expand Down Expand Up @@ -286,7 +286,7 @@ GEM
yard-sorbet (0.8.1)
sorbet-runtime (>= 0.5)
yard (>= 0.9)
yarp (0.9.0)
yarp (0.10.0)
zeitwerk (2.6.11)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion ruby-lsp-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
end

spec.add_dependency("rails", ">= 6.0")
spec.add_dependency("ruby-lsp", ">= 0.9.1", "< 0.10.0")
spec.add_dependency("ruby-lsp", ">= 0.9.1", "< 0.11.0")
spec.add_dependency("sorbet-runtime", ">= 0.5.9897")
end

0 comments on commit 06c170a

Please sign in to comment.