From: Saito Date: Fri, 29 Jun 2012 02:52:09 +0000 (+0800) Subject: add grack to support smart http protocal for git X-Git-Tag: v2.7.0pre~45^2~8 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=61b85aed59481d0ebbb6aacc74b05f8d1b289703;p=wvm%2Fgitlab.git add grack to support smart http protocal for git --- diff --git a/Gemfile b/Gemfile index 4c977dde0..8394f7e9b 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" diff --git a/Gemfile.lock b/Gemfile.lock index d50a8d1e5..c077593ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,4 +1,11 @@ GIT + remote: https://github.com/SaitoWu/grack.git + revision: dd990d231ac9189046b71a65d874638e55320e27 + specs: + grack (1.0.0) + rack (~> 1.4.1) + +GIT remote: https://github.com/ctran/annotate_models.git revision: 18cd39ad01829deba5aa34634b8540d6675ab978 specs: @@ -373,6 +380,7 @@ DEPENDENCIES foreman git gitolite! + grack! grit! haml-rails httparty