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 162
162
163
163
PLATFORMS
164
164
aarch64-linux
165
+ arm-linux
165
166
arm64-darwin
166
167
x86_64-darwin
167
168
x86_64-linux
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def self.extension_api_version
57
57
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/json_schemer-2.4.0/lib" )
58
58
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rexml-3.4.1/lib" )
59
59
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/kramdown-2.5.1/lib" )
60
- $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/language_server-protocol-3.17.0.4 /lib" )
60
+ $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/language_server-protocol-3.17.0.5 /lib" )
61
61
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/lint_roller-1.1.0/lib" )
62
62
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/logger-1.7.0/lib" )
63
63
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/method_source-1.1.0/lib" )
You can’t perform that action at this time.
0 commit comments