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:
authorBoyan Tabakov <boyan.tabakov@futurice.com>2015-08-14 16:31:11 +0300
committerBoyan Tabakov <boyan.tabakov@futurice.com>2015-08-14 17:45:23 +0300
commit88ab815b3844ce5c611d0ee5a1e8aaacb6c92faa (patch)
tree073f602bcad00cd1b26a03c236819010ce3d1a12 /Gemfile.lock
parentb6bdd650a54306c3f56f8332a64a3f5194ee793d (diff)
Update Flowdock integration to support new Flowdock API
Requires that users create a Git source in their flows and update the configured token to the Git source token. The old flow tokens can't be used.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 7 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index bff605df65e..043364a9689 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -183,6 +183,9 @@ GEM
ffi (1.9.8)
fission (0.5.0)
CFPropertyList (~> 2.2)
+ flowdock (0.7.0)
+ httparty (~> 0.7)
+ multi_json
fog (1.25.0)
fog-brightbox (~> 0.4)
fog-core (~> 1.25)
@@ -255,7 +258,8 @@ GEM
racc
github-markup (1.3.1)
posix-spawn (~> 0.3.8)
- gitlab-flowdock-git-hook (0.4.2.2)
+ gitlab-flowdock-git-hook (1.0.1)
+ flowdock (~> 0.7)
gitlab-grit (>= 2.4.1)
multi_json
gitlab-grack (2.0.2)
@@ -779,7 +783,7 @@ DEPENDENCIES
fuubar (~> 2.0.0)
gemnasium-gitlab-service (~> 0.2)
github-markup
- gitlab-flowdock-git-hook (~> 0.4.2)
+ gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-grack (~> 2.0.2)
gitlab-linguist (~> 3.0.1)
gitlab_emoji (~> 0.1)
@@ -875,4 +879,4 @@ DEPENDENCIES
wikicloth (= 0.8.1)
BUNDLED WITH
- 1.10.5
+ 1.10.6