diff options
author | Douwe Maan <douwe@selenight.nl> | 2016-11-17 20:40:28 +0200 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2016-11-18 15:40:04 +0200 |
commit | 23c8332f133e55a8c88cc4771ad25cea17294a34 (patch) | |
tree | d4f16bd25b325ee25694d4819de815c4a529076d /Gemfile | |
parent | aea8baed3093c513560e9ac5ac0c5c99508d3001 (diff) | |
download | gitlab-ce-absorb-gitlab-git.tar.gz |
Absorb gitlab_git @ 6b077df2b68158cf8e069e3ffd6359aff038a438absorb-gitlab-git
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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' |