diff options
author | Boyan Tabakov <boyan.tabakov@futurice.com> | 2013-08-19 12:11:36 +0300 |
---|---|---|
committer | Boyan Tabakov <boyan.tabakov@futurice.com> | 2013-09-29 20:31:08 +0300 |
commit | d8562cc9a141917e5b0adc1f33f2ec8da8ab10d4 (patch) | |
tree | 2ee2a68bea612056e61713d431fcff3ce4ed4451 /Gemfile.lock | |
parent | 267e8c73f2533942b7d112f1b827131fd4bbad72 (diff) | |
download | gitlab-ce-d8562cc9a141917e5b0adc1f33f2ec8da8ab10d4.tar.gz |
Added Flowdock integration support via a service.
Added test for the FlowdockService.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 97a8129ed3d..319e19167d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,6 +135,9 @@ GEM faraday (>= 0.7.4, < 0.9) ffaker (1.18.0) ffi (1.9.0) + flowdock-git-hook (0.4.2) + grit (>= 2.4.1) + multi_json fog (1.3.1) builder excon (~> 0.13.0) @@ -205,6 +208,10 @@ GEM grape-entity (0.3.0) activesupport multi_json (>= 1.3.2) + grit (2.5.0) + diff-lcs (~> 1.1) + mime-types (~> 1.15) + posix-spawn (~> 0.3.6) growl (1.0.3) guard (1.8.1) formatador (>= 0.2.4) @@ -568,6 +575,7 @@ DEPENDENCIES enumerize factory_girl_rails ffaker + flowdock-git-hook (~> 0.4.2) fog (~> 1.3.1) font-awesome-rails foreman |