update slack-notifier to 1.0.0, use raw webhook_url per slack recommendation
per changes with slack, they’re now using “static” web hook urls that describe the team & service with IDs that don’t change if the team or service name change. their recommendation is to use the raw webhook_url instead of building it out of components to allow more flexibility this should also prevent issues cropping up with mistakes in how the urls are parsed
Showing
... | ... | @@ -143,7 +143,7 @@ gem "gitlab-flowdock-git-hook", "~> 0.4.2" |
gem "gemnasium-gitlab-service", "~> 0.2" | ||
# Slack integration | ||
gem "slack-notifier", "~> 0.3.2" | ||
gem "slack-notifier", "~> 1.0.0" | ||
# d3 | ||
gem "d3_rails", "~> 3.1.4" | ||
... | ... |
Please register or sign in to comment