diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-28 00:04:03 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-28 00:04:03 +0300 |
commit | cb9b826010082e7ebbb8e8d7d3cfcc07691866f6 (patch) | |
tree | 33c74e5067ca952f94c83e4f0db39d0008068cb3 | |
parent | 4f2d2c90f7c32a9113ccce440411ec80374ee385 (diff) | |
download | gitlab-ce-cb9b826010082e7ebbb8e8d7d3cfcc07691866f6.tar.gz |
use github version instead of local one
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 18 |
2 files changed, 11 insertions, 9 deletions
@@ -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 3daed4f3913..5fa41f899c9 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: |