Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-28 00:50:17 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-28 00:50:17 +0400
commit4f2d2c90f7c32a9113ccce440411ec80374ee385 (patch)
tree312803a008da343b9e773324d8411557a271e918 /Gemfile.lock
parentdf96c079ef3e358ea221ce4c43163d478b79a5e0 (diff)
Move Gitlab::Git out of gitlab core
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index c8d75f9dc89..3daed4f3913 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -32,6 +32,14 @@ GIT
faye-websocket (~> 0.4, >= 0.4.4)
http_parser.rb (~> 0.5.3)
+PATH
+ remote: ../gitlab_git
+ specs:
+ gitlab_git (1.0.0)
+ activesupport (~> 3.2.13)
+ github-linguist (~> 2.3.4)
+ grit (~> 2.5.0)
+
GEM
remote: https://rubygems.org/
specs:
@@ -501,6 +509,7 @@ DEPENDENCIES
github-markup (~> 0.7.4)
gitlab-grack (~> 1.0.0)
gitlab-pygments.rb (~> 0.3.2)
+ gitlab_git!
gitlab_meta (= 5.0)
gitlab_omniauth-ldap (= 1.0.2)
gollum-lib (~> 1.0.0)