diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-10-07 21:51:05 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-07 21:51:05 -0400 |
commit | 511fb3ff2ac08537675ea44af0e340921368fc82 (patch) | |
tree | cf15e0ee627cef67db88dcbb98d0424fda60e0e1 /Gemfile | |
parent | 1f11096c17ac1ea1bd9b62d661795e32af854e48 (diff) | |
download | gitlab-ce-511fb3ff2ac08537675ea44af0e340921368fc82.tar.gz |
Update slack-notifier to ~> 1.2.0rs-update-slack-notifier
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |