summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-10-07 21:51:05 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-10-07 21:51:05 -0400
commit511fb3ff2ac08537675ea44af0e340921368fc82 (patch)
treecf15e0ee627cef67db88dcbb98d0424fda60e0e1
parent1f11096c17ac1ea1bd9b62d661795e32af854e48 (diff)
downloadgitlab-ce-rs-update-slack-notifier.tar.gz
Update slack-notifier to ~> 1.2.0rs-update-slack-notifier
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 26ffb8c4b36..67a8a4b1219 100644
--- a/Gemfile
+++ b/Gemfile
@@ -163,7 +163,7 @@ gem "gitlab-flowdock-git-hook", "~> 1.0.1"
gem "gemnasium-gitlab-service", "~> 0.2"
# Slack integration
-gem "slack-notifier", "~> 1.0.0"
+gem "slack-notifier", "~> 1.2.0"
# Asana integration
gem 'asana', '~> 0.0.6'
diff --git a/Gemfile.lock b/Gemfile.lock
index fc9244304a3..9cf834cf761 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -666,7 +666,7 @@ GEM
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
six (0.2.0)
- slack-notifier (1.0.0)
+ slack-notifier (1.2.1)
slim (2.0.3)
temple (~> 0.6.6)
tilt (>= 1.3.3, < 2.1)
@@ -912,7 +912,7 @@ DEPENDENCIES
simplecov (~> 0.10.0)
sinatra (~> 1.4.4)
six (~> 0.2.0)
- slack-notifier (~> 1.0.0)
+ slack-notifier (~> 1.2.0)
slim (~> 2.0.2)
spinach-rails (~> 0.2.1)
spring (~> 1.3.6)