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.lock
parent4c1f435ab78e5d4da3d6aaaf20579be13b662d02 (diff)
install grape and mount Gitlab::API
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 8265641f139..acc534951b1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -162,6 +162,12 @@ GEM
gherkin (2.11.0)
json (>= 1.4.6)
git (1.2.5)
+ grape (0.2.0)
+ hashie (~> 1.2)
+ multi_json
+ multi_xml
+ rack
+ rack-mount
haml (3.1.6)
haml-rails (0.3.4)
actionpack (~> 3.0)
@@ -223,6 +229,8 @@ GEM
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
+ rack-mount (0.8.3)
+ rack (>= 1.0.0)
rack-protection (1.2.0)
rack
rack-ssl (1.3.2)
@@ -373,6 +381,7 @@ DEPENDENCIES
foreman
git
gitolite!
+ grape
grit!
haml-rails
httparty