Skip to content

Commit 19b41d5

Browse files
authored
Merge pull request #18723 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-lsp-0.21.3
2 parents 3162db3 + 482972e commit 19b41d5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Library/Homebrew/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ GEM
9393
rubocop (~> 1.61)
9494
rubocop-sorbet (0.8.7)
9595
rubocop (>= 1)
96-
ruby-lsp (0.21.2)
96+
ruby-lsp (0.21.3)
9797
language_server-protocol (~> 3.17.0)
9898
prism (>= 1.2, < 2.0)
9999
rbs (>= 3, < 4)

Library/Homebrew/vendor/bundle/bundler/setup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def self.extension_api_version
9393
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.22.1/lib")
9494
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rspec-3.2.0/lib")
9595
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-sorbet-0.8.7/lib")
96-
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-lsp-0.21.2/lib")
96+
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-lsp-0.21.3/lib")
9797
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-macho-4.1.0/lib")
9898
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/ruby-prof-1.7.1")
9999
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-prof-1.7.1/lib")

0 commit comments

Comments
 (0)