File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 60
60
proj . component 'rubygem-locale'
61
61
proj . component 'rubygem-gettext'
62
62
proj . component 'rubygem-fast_gettext'
63
+ proj . component 'rubygem-ffi'
63
64
64
- if platform . is_windows? || platform . is_solaris?
65
+ if platform . is_windows? || platform . is_solaris? || platform . is_aix?
65
66
proj . component 'rubygem-minitar'
66
- proj . component 'rubygem-ffi'
67
67
end
68
68
69
69
if platform . is_macos?
Original file line number Diff line number Diff line change 54
54
# When adding components to this list, please
55
55
# add them to pe-installer-runtime-main as well
56
56
proj . component 'rubygem-concurrent-ruby'
57
- proj . component 'rubygem-ffi'
58
57
proj . component 'rubygem-multi_json'
59
58
proj . component 'rubygem-optimist'
60
59
proj . component 'rubygem-highline'
Original file line number Diff line number Diff line change 56
56
# When adding components to this list, please
57
57
# add them to pe-installer-runtime-main as well
58
58
proj . component 'rubygem-concurrent-ruby'
59
- proj . component 'rubygem-ffi'
60
59
proj . component 'rubygem-multi_json'
61
60
proj . component 'rubygem-optimist'
62
61
proj . component 'rubygem-highline'
You can’t perform that action at this time.
0 commit comments