I installed all of my gems using bundler via the Gemfile. I thought (mistakenly) that if I deleted a gem from my Gemfile and ran \'bundle install\' that the deleted gems would b
Bundler now has a bundle remove GEM_NAME command (since v1.17.0, 25 October 2018).
bundle remove GEM_NAME