Absorb gitlab_git
Showing
... | @@ -16,6 +16,8 @@ gem 'default_value_for', '~> 3.0.0' | ... | @@ -16,6 +16,8 @@ gem 'default_value_for', '~> 3.0.0' |
gem 'mysql2', '~> 0.3.16', group: :mysql | gem 'mysql2', '~> 0.3.16', group: :mysql | ||
gem 'pg', '~> 0.18.2', group: :postgres | gem 'pg', '~> 0.18.2', group: :postgres | ||
gem 'rugged', '~> 0.24.0' | |||
# Authentication libraries | # Authentication libraries | ||
gem 'devise', '~> 4.2' | gem 'devise', '~> 4.2' | ||
gem 'doorkeeper', '~> 4.2.0' | gem 'doorkeeper', '~> 4.2.0' | ||
... | @@ -49,10 +51,6 @@ gem 'u2f', '~> 0.2.1' | ... | @@ -49,10 +51,6 @@ gem 'u2f', '~> 0.2.1' |
# Browser detection | # Browser detection | ||
gem 'browser', '~> 2.2' | gem 'browser', '~> 2.2' | ||
# Extracting information from a git repository | |||
# Provide access to Gitlab::Git library | |||
gem 'gitlab_git', '~> 10.7.0' | |||
# LDAP Auth | # LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | # GitLab fork with several improvements to original library. For full list of changes | ||
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master | # see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master | ||
... | ... |
lib/gitlab/git/attributes.rb
0 → 100644
lib/gitlab/git/blame.rb
0 → 100644
lib/gitlab/git/blob.rb
0 → 100644
This diff is collapsed.
lib/gitlab/git/branch.rb
0 → 100644
lib/gitlab/git/commit.rb
0 → 100644
lib/gitlab/git/compare.rb
0 → 100644
lib/gitlab/git/diff.rb
0 → 100644
This diff is collapsed.
lib/gitlab/git/popen.rb
0 → 100644
lib/gitlab/git/ref.rb
0 → 100644
lib/gitlab/git/repository.rb
0 → 100644
This diff is collapsed.
lib/gitlab/git/tag.rb
0 → 100644
lib/gitlab/git/tree.rb
0 → 100644
lib/gitlab/git/util.rb
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
spec/support/seed_helper.rb
0 → 100644
This diff is collapsed.
spec/support/seed_repo.rb
0 → 100644
This diff is collapsed.
Please register or sign in to comment