<div dir="ltr">Hello, <div><br></div><div>This is basically my question, why ruby gems packages always use --force option during installation?</div><div><br></div><div>(from <a href="http://pkgs.fedoraproject.org/cgit/ruby.git/tree/macros.rubygems">http://pkgs.fedoraproject.org/cgit/ruby.git/tree/macros.rubygems</a>)</div><div><br></div><div><pre style="margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(0,0,0);font-size:13px;line-height:11.1428575515747px"><code>gem install \\\
        -V \\\
        --local \\\
        --install-dir %{-d*}%{!?-d:.%{gem_dir}} \\\
        --bindir .%{_bindir} \\\
        <b>--force \\\</b>
        --document=ri,rdoc \\\
        %{-n*}%{!?-n:%{gem_name}-%{version}.gem} \
%{nil}</code></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(0,0,0);font-size:13px;line-height:11.1428575515747px"><code><br></code></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(0,0,0);font-size:13px;line-height:11.1428575515747px"><code><br></code></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(0,0,0);font-size:13px;line-height:11.1428575515747px">Thanks for your help </pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(0,0,0);font-size:13px;line-height:11.1428575515747px">Athenas</pre></div></div>