mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 17:50:24 +00:00
fix(gem): fix invalid option: --no-rdoc
& invalid option: --no-ri
This commit is contained in:
parent
a4d4d1dc73
commit
16c4213ab9
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ gem_req_pkgs:
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
- retry: {{ packages.retry_options|json }}
|
||||
{#- Not specific to Arch but needed for the newest versions of Ruby #}
|
||||
{%- if grains.os_family == 'Arch' %}
|
||||
- rdoc: True
|
||||
- ri: True
|
||||
{%- endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% for ugm in unwanted_gems %}
|
||||
|
|
Loading…
Add table
Reference in a new issue