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:
authorZ.J. van de Weg <git@zjvandeweg.nl>2016-11-30 17:51:48 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-16 19:51:07 +0300
commit0d3e24358b88ce41848c97f3ac37bc813074f260 (patch)
treee18468c4eb51cbe255b3a7c0eb3317e0526d52f7 /Gemfile
parentae71032d0af1730c359089f3edc9029a8b5c8acc (diff)
Create Slack Slash command service
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5eb8c32b168..a59b874248b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -170,7 +170,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'