Why oh why was Bundler merged *into* the rubygems main repository, but still isn't fully integrated into rubygems but is instead treated more like a bundled/default gem? Example: rubygems own bin stubs that are installed into $GEM_HOME/bin are not bundler/Gemfile.lock aware. They could automatically detect you are running a gem's executable command within a project with a Gemfile.lock and automatically select the bundled version, which would eliminate the need for bundler's own binstubs.


