summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-11-17 20:40:28 +0200
committerDouwe Maan <douwe@selenight.nl>2016-11-18 15:40:04 +0200
commit23c8332f133e55a8c88cc4771ad25cea17294a34 (patch)
treed4f16bd25b325ee25694d4819de815c4a529076d /Gemfile
parentaea8baed3093c513560e9ac5ac0c5c99508d3001 (diff)
downloadgitlab-ce-absorb-gitlab-git.tar.gz
Absorb gitlab_git @ 6b077df2b68158cf8e069e3ffd6359aff038a438absorb-gitlab-git
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index f2291568d25..f2412db7498 100644
--- a/Gemfile
+++ b/Gemfile
@@ -49,9 +49,7 @@ gem 'u2f', '~> 0.2.1'
# Browser detection
gem 'browser', '~> 2.2'
-# Extracting information from a git repository
-# Provide access to Gitlab::Git library
-gem 'gitlab_git', '~> 10.7.0'
+gem 'rugged', '~> 0.24.0'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes
@@ -279,6 +277,10 @@ group :development, :test do
gem 'spinach-rails', '~> 0.2.1'
gem 'spinach-rerun-reporter', '~> 0.0.2'
+ # gitlab_git
+ gem 'rspec-mocks'
+ gem 'rspec-its'
+
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
gem 'minitest', '~> 5.7.0'