Commit 61b85aed59481d0ebbb6aacc74b05f8d1b289703

Authored by Saito
1 parent 335f9d64

add grack to support smart http protocal for git

Showing 2 changed files with 9 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -15,6 +15,7 @@ gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git",
15 15 gem "pygments.rb", :git => "https://github.com/gitlabhq/pygments.rb.git", :ref => "2cada028da5054616634a1d9ca6941b65b3ce188"
16 16 gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", :ref => "7edf27d0281e09561838122982c16b7e62181f44"
17 17 gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git"
  18 +gem 'grack', :git => "https://github.com/SaitoWu/grack.git"
18 19 gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git"
19 20  
20 21 gem "stamp"
... ...
Gemfile.lock
1 1 GIT
  2 + remote: https://github.com/SaitoWu/grack.git
  3 + revision: dd990d231ac9189046b71a65d874638e55320e27
  4 + specs:
  5 + grack (1.0.0)
  6 + rack (~> 1.4.1)
  7 +
  8 +GIT
2 9 remote: https://github.com/ctran/annotate_models.git
3 10 revision: 18cd39ad01829deba5aa34634b8540d6675ab978
4 11 specs:
... ... @@ -373,6 +380,7 @@ DEPENDENCIES
373 380 foreman
374 381 git
375 382 gitolite!
  383 + grack!
376 384 grit!
377 385 haml-rails
378 386 httparty
... ...