Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
gem_key()
protected
No documentation available.
# File lib/bundler/gem_helper.rb, line 194
def gem_key
Bundler.settings["gem.push_key"].to_s.downcase if Bundler.settings["gem.push_key"]
end