Updated Ubuntu bundler broken due to ruby thor dependency explanation and workaround (markdown)

ghost-from-the-past 2021-04-14 14:17:41 +02:00
parent 669668396f
commit d103cb350c

@ -1,7 +1,7 @@
<p>If when you run bundler you get and error saying "TypeError: superclass mismatch for class Command", this is due to the problem explained in this link <a href="https://bugs.launchpad.net/ubuntu/+source/ruby-thor/+bug/1885424">https://bugs.launchpad.net/ubuntu/+source/ruby-thor/+bug/1885424</a>
</p>
<p>This happens for the Ubuntu and Debian distributions.The problem is in their fork of bundler not in the original upstream version at <a href="https://github.com/rubygems/rubygems">https://github.com/rubygems/rubygems</a></p>
<p>The files involved are:</p>
<p>The involved files installed in your system are:</p>
<p>/usr/share/rubygems-integration/all/gems/bundler-2.1.4/lib/bundler/vendored_molinillo.rb</p>
<p>/usr/share/rubygems-integration/all/gems/bundler-2.1.4/lib/bundler/vendored_thor.rb</p>
<p>