I am pretty happy to see my patch for RubyGems (edited: Actually, it's Bundler!) from 4.5 years ago got merged: https://github.com/ruby/rubygems/pull/4892

Thanks @hsbt for taking care of that.

Respect Gemfile bundler setting in `Bundler.setup` by godfat · Pull Request #4892 · ruby/rubygems

When we run bundle exec it'll look at Bundler.settings[:gemfile] and respect the Gemfile setting. However, when we just require bundler/setup or run Bundle.setup, it'll not look through tha...

GitHub
@godfat Sorry to my late action. I review all existing patches in order, and if they solve even one person's problem, I merge them.
Thank you.
@hsbt No problems at all. It's a nice surprise for me. That's respectful work. Thank you so much!