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:
authorSaito <saitowu@gmail.com>2012-06-29 06:52:09 +0400
committerSaito <saitowu@gmail.com>2012-06-29 06:52:09 +0400
commit61b85aed59481d0ebbb6aacc74b05f8d1b289703 (patch)
tree12248139483b2e5e467aeafd81bb172f1928aa3f /Gemfile
parent335f9d64105fc887e74b22922da58b2edb1bc809 (diff)
add grack to support smart http protocal for git
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4c977dde0a9..8394f7e9b8d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,6 +15,7 @@ gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git",
gem "pygments.rb", :git => "https://github.com/gitlabhq/pygments.rb.git", :ref => "2cada028da5054616634a1d9ca6941b65b3ce188"
gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", :ref => "7edf27d0281e09561838122982c16b7e62181f44"
gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git"
+gem 'grack', :git => "https://github.com/SaitoWu/grack.git"
gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git"
gem "stamp"