File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 146
146
147
147
PLATFORMS
148
148
aarch64-linux
149
+ arm-linux
149
150
arm64-darwin
150
151
x86_64-darwin
151
152
x86_64-linux
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