diff options
author | Saito <saitowu@gmail.com> | 2012-06-29 18:49:36 +0800 |
---|---|---|
committer | Saito <saitowu@gmail.com> | 2012-06-29 18:49:36 +0800 |
commit | 1df1daa12ee6ac9a006b86584b8ecd90cea660a7 (patch) | |
tree | f4a6bb463f00a57e38efc778daeee64a8f0cbf81 /Gemfile | |
parent | 8db947bcfe2f3e988c995696f0fd24d9edfdc3b0 (diff) | |
download | gitlab-ce-1df1daa12ee6ac9a006b86584b8ecd90cea660a7.tar.gz |
use gitlabhq/grack instead of my fork
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +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 'grack', :git => "https://github.com/gitlabhq/grack.git" gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git" gem "stamp" |