From f38435b9e79cc155bc725300a5aa920f17c69271 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Date: Fri, 6 Dec 2013 10:08:44 +0200 Subject: [PATCH] Use real gems Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> --- Gemfile | 4 ++-- Gemfile.lock | 26 +++++++++----------------- 2 files changed, 11 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 6e0eb8bbae2..cc8f45f3a70 100644 --- a/Gemfile +++ b/Gemfile @@ -30,10 +30,10 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", "~> 3.1.0", path: '../gitlab_git' +gem "gitlab_git", "~> 4.0.0.pre" # Ruby/Rack Git Smart-HTTP Server Handler -gem 'gitlab-grack', '~> 1.1.0', require: 'grack', path: '../grack' +gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' # LDAP Auth gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap" diff --git a/Gemfile.lock b/Gemfile.lock index 2f565bc6b1f..f9768ac53ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,3 @@ -PATH - remote: ../gitlab_git - specs: - gitlab_git (3.1.0) - activesupport (~> 4.0.0) - gitlab-grit (~> 2.6.1) - gitlab-linguist (~> 2.9.5) - gitlab-pygments.rb (~> 0.5.4) - -PATH - remote: ../grack - specs: - gitlab-grack (1.1.0) - rack (~> 1.5.1) - GEM remote: https://rubygems.org/ specs: @@ -190,6 +175,8 @@ GEM nokogiri (~> 1.5.9) sanitize (~> 2.0.3) stringex (~> 1.5.1) + gitlab-grack (2.0.0.pre) + rack (~> 1.5.1) gitlab-grit (2.6.3) charlock_holmes (~> 0.6.9) diff-lcs (~> 1.1) @@ -203,6 +190,11 @@ GEM gitlab-pygments.rb (0.5.4) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) + gitlab_git (4.0.0.pre) + activesupport (~> 4.0.0) + gitlab-grit (~> 2.6.1) + gitlab-linguist (~> 2.9.5) + gitlab-pygments.rb (~> 0.5.4) gitlab_meta (6.0) gitlab_omniauth-ldap (1.0.3) net-ldap (~> 0.3.1) @@ -603,10 +595,10 @@ DEPENDENCIES github-markup (~> 0.7.4) gitlab-flowdock-git-hook (~> 0.4.2) gitlab-gollum-lib (~> 1.0.2) - gitlab-grack (~> 1.1.0)! + gitlab-grack (~> 2.0.0.pre) gitlab-linguist (~> 2.9.6) gitlab-pygments.rb (~> 0.5.4) - gitlab_git (~> 3.1.0)! + gitlab_git (~> 4.0.0.pre) gitlab_meta (= 6.0) gitlab_omniauth-ldap (= 1.0.3) gon -- GitLab