lib/gitlab_git/repository.rb in gitlab_git-10.4.5 vs lib/gitlab_git/repository.rb in gitlab_git-10.4.6

- old
+ new

@@ -1,9 +1,10 @@ # Gitlab::Git::Repository is a wrapper around native Rugged::Repository object require_relative 'encoding_helper' require_relative 'path_helper' require 'forwardable' require 'tempfile' +require 'forwardable' require "rubygems/package" module Gitlab module Git class Repository