diff options
author | Boyan Tabakov <boyan.tabakov@futurice.com> | 2015-08-14 15:31:11 +0200 |
---|---|---|
committer | Boyan Tabakov <boyan.tabakov@futurice.com> | 2015-08-14 16:45:23 +0200 |
commit | 88ab815b3844ce5c611d0ee5a1e8aaacb6c92faa (patch) | |
tree | 073f602bcad00cd1b26a03c236819010ce3d1a12 /Gemfile | |
parent | b6bdd650a54306c3f56f8332a64a3f5194ee793d (diff) | |
download | gitlab-ce-88ab815b3844ce5c611d0ee5a1e8aaacb6c92faa.tar.gz |
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')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ gem 'tinder', '~> 1.9.2' gem 'hipchat', '~> 1.5.0' # Flowdock integration -gem "gitlab-flowdock-git-hook", "~> 0.4.2" +gem "gitlab-flowdock-git-hook", "~> 1.0.1" # Gemnasium integration gem "gemnasium-gitlab-service", "~> 0.2" |