Dear Andy thanks a lot for your clear explanation (may the digital god of the bits bless you in everything you code).
I confirm I found this problem in Ubuntu 20.10 having all the latest versions (bundler 2.1.4). For other user suffering from this, while we wait for the final proper solution, here is a workaround The involved files installed in your system with the magic broken are: /usr/share/rubygems-integration/all/gems/bundler-2.1.4/lib/bundler/vendored_molinillo.rb /usr/share/rubygems-integration/all/gems/bundler-2.1.4/lib/bundler/vendored_thor.rb you can revert the changes or overwrite the files with the ones from the upstream master branch https://github.com/rubygems/rubygems once the files restored, they will refer to the relative /vendor/molinillo and /vendor/thor directories that were removed in the Ubuntu/Debian distribution so you need to copy both directories from the upstream into /usr/share/rubygems- integration/all/gems/bundler-2.1.4/lib/bundler/vendor After that you can now bundler with its magic restored :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885424 Title: Create package for Thor 1.0.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ruby-thor/+bug/1885424/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
