File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
simpleidn (~> 0.2 )
26
26
kramdown (2.5.1 )
27
27
rexml (>= 3.3.9 )
28
- language_server-protocol (3.17.0.4 )
28
+ language_server-protocol (3.17.0.5 )
29
29
lint_roller (1.1.0 )
30
30
logger (1.7.0 )
31
31
method_source (1.1.0 )
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