From cb9b826010082e7ebbb8e8d7d3cfcc07691866f6 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 28 Apr 2013 00:04:03 +0300 Subject: [PATCH] use github version instead of local one --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 0540b80..612ecdb 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'omniauth-github' gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d' gem 'grit_ext', '~> 0.8.1' -gem 'gitlab_git', path: '../gitlab_git' +gem 'gitlab_git', git: 'https://github.com/gitlabhq/gitlab_git.git', ref: '40703ee3925102a77f70c038b1948c251a9aaa46' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 1.0.0', require: 'grack' diff --git a/Gemfile.lock b/Gemfile.lock index 3daed4f..5fa41f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,16 @@ GIT rake (>= 0.8.7) GIT + remote: https://github.com/gitlabhq/gitlab_git.git + revision: 40703ee3925102a77f70c038b1948c251a9aaa46 + ref: 40703ee3925102a77f70c038b1948c251a9aaa46 + specs: + gitlab_git (1.0.0) + activesupport (~> 3.2.13) + github-linguist (~> 2.3.4) + grit (~> 2.5.0) + +GIT remote: https://github.com/gitlabhq/grit.git revision: 42297cdcee16284d2e4eff23d41377f52fc28b9d ref: 42297cdcee16284d2e4eff23d41377f52fc28b9d @@ -32,14 +42,6 @@ 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: -- libgit2 0.21.2