Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-06-27 13:26:16 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2012-06-28 14:42:58 +0400
commit4aca61e8a60cae56a7cceec7d66fd7aa4138c274 (patch)
treea1bd11586f82eb3813bd847ce6aa8115afcdb093 /Gemfile
parent4c1f435ab78e5d4da3d6aaaf20579be13b662d02 (diff)
install grape and mount Gitlab::API
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 44bdb39265c..3e5626e6179 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"