From 7b339e61e8e4a93798807f3c90bf7179a0ecd28b Mon Sep 17 00:00:00 2001 From: Steven Sloan Date: Thu, 23 Oct 2014 14:47:28 -0400 Subject: update slack-notifier to 1.0.0, use raw webhook_url per slack recommendation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index c6be76f4ecc..c4e8511e0c4 100644 --- a/Gemfile +++ b/Gemfile @@ -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" -- cgit v1.2.3