class Bundler::RubygemsIntegration

def load_plugins

def load_plugins
  Gem.load_plugins if Gem.respond_to?(:load_plugins)
end