File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 93
93
rubocop (~> 1.61 )
94
94
rubocop-sorbet (0.8.7 )
95
95
rubocop (>= 1 )
96
- ruby-lsp (0.21.2 )
96
+ ruby-lsp (0.21.3 )
97
97
language_server-protocol (~> 3.17.0 )
98
98
prism (>= 1.2 , < 2.0 )
99
99
rbs (>= 3 , < 4 )
File renamed without changes.
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def self.extension_api_version
93
93
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rubocop-performance-1.22.1/lib" )
94
94
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rubocop-rspec-3.2.0/lib" )
95
95
$:. 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" )
97
97
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/ruby-macho-4.1.0/lib" )
98
98
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /extensions/arm64-darwin-20/#{ Gem . extension_api_version } /ruby-prof-1.7.1" )
99
99
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/ruby-prof-1.7.1/lib" )
You can’t perform that action at this time.
0 commit comments