_shared_configuration()
Allow current root to be shared between invocations.
# File lib/bundler/vendor/thor/lib/thor/actions.rb, line 306 def _shared_configuration #:nodoc: super.merge!(:destination_root => destination_root) end