diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-06-27 02:26:16 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-06-28 03:42:58 -0700 |
commit | 4aca61e8a60cae56a7cceec7d66fd7aa4138c274 (patch) | |
tree | a1bd11586f82eb3813bd847ce6aa8115afcdb093 /Gemfile | |
parent | 4c1f435ab78e5d4da3d6aaaf20579be13b662d02 (diff) | |
download | gitlab-ce-4aca61e8a60cae56a7cceec7d66fd7aa4138c274.tar.gz |
install grape and mount Gitlab::API
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git" +gem "grape" gem "stamp" gem "kaminari" gem "haml-rails" |