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.
Showing
... | @@ -150,7 +150,7 @@ gem 'tinder', '~> 1.9.2' | ... | @@ -150,7 +150,7 @@ gem 'tinder', '~> 1.9.2' |
gem 'hipchat', '~> 1.5.0' | gem 'hipchat', '~> 1.5.0' | ||
# Flowdock integration | # Flowdock integration | ||
gem "gitlab-flowdock-git-hook", "~> 0.4.2" | gem "gitlab-flowdock-git-hook", "~> 1.0.1" | ||
# Gemnasium integration | # Gemnasium integration | ||
gem "gemnasium-gitlab-service", "~> 0.2" | gem "gemnasium-gitlab-service", "~> 0.2" | ||
... | ... |
Please register or sign in to comment