t6d
t6d

Reputation: 2623

Do I need to add Bundler itself to the Gemfile?

When I'm using Bundler, do I need to list itself as a dependency in my Gemfile? After all, there are places in my code where I require it. For instance, when I'm doing the Bundler setup: require "bundler/setup"

Upvotes: 6

Views: 386

Answers (1)

noodl
noodl

Reputation: 17418

No. You could try but first you have to lift yourself off the ground by your bootlaces.

Upvotes: 7

Related Questions