Bundler: What does it mean: require => nil in the Gemfile means?
What does zero mean in this gemfile entry?
gem "hub", ">= 1.10.2", :require => nil
I found this question and the answer for the lie;
Bundler: What does: require => false in Gemfile mean?
In this context, does nil behave the same as false?
+5