summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2014-12-05 12:20:40 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2015-01-12 19:53:13 +0100
commita40989d27ea8a1c5d23dfd5b82f25e09527b2c80 (patch)
tree9be1f8feaaf66103ed4affed070a784d5a474ff8 /Gemfile
parent0e93695f8ef3a889104b23ce9be4f37042d7388f (diff)
downloadgitlab-ci-a40989d27ea8a1c5d23dfd5b82f25e09527b2c80.tar.gz
Added Slack notification service
- Send notification at once for all commits
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bb81174..ac47c37 100644
--- a/Gemfile
+++ b/Gemfile
@@ -56,7 +56,7 @@ gem 'virtus', '1.0.1'
gem "default_value_for", "~> 3.0.0"
# Slack integration
-gem "slack-notifier", "~> 0.3.2"
+gem "slack-notifier", "~> 1.0.0"
# Other
gem 'rake'