class Bundler::GitSource

def gems

def gems
  update
  checkout
  super
end