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 @@ -45,7 +45,7 @@ def self.extension_api_version
45
45
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/coderay-1.1.3/lib" )
46
46
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/concurrent-ruby-1.3.5/lib/concurrent-ruby" )
47
47
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/csv-3.3.4/lib" )
48
- $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/diff-lcs-1.6.1 /lib" )
48
+ $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/diff-lcs-1.6.2 /lib" )
49
49
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/docile-1.4.1/lib" )
50
50
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/elftools-1.3.1/lib" )
51
51
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/erubi-1.13.1/lib" )
You can’t perform that action at this time.
0 commit comments