Skip to content

Commit

Permalink
fix(gem): fix invalid option: --no-rdoc & invalid option: --no-ri
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jan 16, 2020
1 parent a4d4d1d commit 16c4213
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/gems.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 16c4213

Please sign in to comment.