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.lock | |
parent | 4c1f435ab78e5d4da3d6aaaf20579be13b662d02 (diff) | |
download | gitlab-ce-4aca61e8a60cae56a7cceec7d66fd7aa4138c274.tar.gz |
install grape and mount Gitlab::API
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 9 |
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 |