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:
authorGrzegorz Bizon <grzegorz@gitlab.com>2016-12-20 12:41:37 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-21 16:06:31 +0300
commit3e09215b359ef38356cc2e9cf4b1d35b721bef91 (patch)
tree55bf3df96d3d95ef4b131c851b67fb5b205c36c1 /Gemfile
parentdaeaee0f67d72dac11d71dcdb7dbdb78283c3cd4 (diff)
Merge branch 'zj-kamil-slack-slash-commands' into 'master'
Slack slash commands Implement Slack Slash Commands by utilizing generalized Mattermost presenter to fulfill Slack requirements. We want to expose Slack Slash Commands as a first-class service. Supersedes !8007 Closes #22182 See merge request !8126
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bea31b53b1c..774dceff4f4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -169,7 +169,7 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0.1'
gem 'gemnasium-gitlab-service', '~> 0.2'
# Slack integration
-gem 'slack-notifier', '~> 1.2.0'
+gem 'slack-notifier', '~> 1.5.1'
# Asana integration
gem 'asana', '~> 0.4.0'