We have a Gemfile currently in our git repository. However, there\'s a gem I use only locally in my environment (my team doesn\'t use it). In order to use it, I
To provide a “delta” only in the Gemfile.local put require_relative 'Gemfile' on top of it (or Bundler::Dsl#eval_gemfile as suggested by @MichaelKohl in comments.)