diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-27 17:00:13 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-27 17:00:13 +0300 |
commit | 80bfd6a50b409fc86446f40a84cbc2c90e13a304 (patch) | |
tree | 472a08718b753df38de6b7d763d47109e3baadfb /Gemfile | |
parent | a8870e87e4cc8ce441032dc6aa3dfa6e1812090e (diff) | |
download | gitlab-ce-80bfd6a50b409fc86446f40a84cbc2c90e13a304.tar.gz |
gitolite-client fork replaced with origin gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,13 +23,15 @@ gem 'omniauth-github' # GITLAB patched libs gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837" -gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git", :ref => "9b715ca8bab6529f6c92204a25f84d12f25a6eb0" 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 => "f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e" gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" gem 'grack', :git => "https://github.com/gitlabhq/grack.git" gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git" +# Gitolite client (for work with gitolite-admin repo) +gem "gitolite", '1.1.0' + # API gem "grape", "~> 0.2.1" |