class Bundler::RubygemsIntegration

def build_args=(args)

def build_args=(args)
  require "rubygems/command"
  Gem::Command.build_args = args
end