add grit_ext to gemfile

This commit is contained in:
Saito 2012-11-08 22:47:12 +08:00
parent 784cb886cf
commit 96211b01a8
2 changed files with 10 additions and 5 deletions

View file

@ -27,6 +27,7 @@ gem "grit", git: "https://github.com/gitlabhq/grit.git", ref:
gem "omniauth-ldap", git: "https://github.com/gitlabhq/omniauth-ldap.git", ref: 'f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e'
gem 'yaml_db', git: "https://github.com/gitlabhq/yaml_db.git", ref: '98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd'
gem 'grack', git: "https://github.com/gitlabhq/grack.git", ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8'
gem 'grit_ext', git: "https://github.com/SaitoWu/grit_ext.git"
# Gitolite client (for work with gitolite-admin repo)
gem "gitolite", '1.1.0'
@ -83,9 +84,6 @@ gem 'resque_mailer'
# HTTP requests
gem "httparty"
# Handle encodings
gem "charlock_holmes"
# Colored output to console
gem "colored"