fix(gem): fix invalid option: --no-rdoc & invalid option: --no-ri

This commit is contained in:
Imran Iqbal 2019-12-08 04:24:06 +00:00
parent a4d4d1dc73
commit 16c4213ab9
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -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 %}