diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-05 18:16:37 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-05 18:16:37 +0300 |
commit | 128ef337078298966e499365e7dcb6272606b3b5 (patch) | |
tree | 7c344220844ed45d410b5d02881244ec566fb9a4 /Gemfile.lock | |
parent | 88c741dde062e320ad007a2c5ccb4e7bdc6cdacf (diff) | |
download | gitlab-ce-128ef337078298966e499365e7dcb6272606b3b5.tar.gz |
use rubygems for gitlab_git gem
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 444a3dc8ba1..b4a2626149f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,14 +12,6 @@ GIT specs: raphael-rails (2.1.0) -PATH - remote: ../gitlab_git - specs: - gitlab_git (1.4.1) - activesupport (~> 3.2.13) - github-linguist (~> 2.3.4) - gitlab-grit (~> 2.6.0) - GEM remote: https://rubygems.org/ specs: @@ -184,6 +176,10 @@ GEM gitlab-pygments.rb (0.3.2) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) + gitlab_git (2.0.0.pre) + activesupport (~> 3.2.13) + github-linguist (~> 2.3.4) + gitlab-grit (~> 2.6.0) gitlab_meta (6.0) gitlab_omniauth-ldap (1.0.3) net-ldap (~> 0.3.1) @@ -572,7 +568,7 @@ DEPENDENCIES gitlab-gollum-lib (~> 1.0.1) gitlab-grack (~> 1.0.1) gitlab-pygments.rb (~> 0.3.2) - gitlab_git! + gitlab_git (~> 2.0.0.pre) gitlab_meta (= 6.0) gitlab_omniauth-ldap (= 1.0.3) gon |