diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-11-03 09:57:05 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-11-03 09:57:05 +0100 |
commit | fe610ff576fa5bac0b875309f137b471e7fe7e50 (patch) | |
tree | 2cede49b6c4d124e5486588fddbff802dec9165b /Gemfile.lock | |
parent | 1b1403804e03db3cea3ad6a84dcfead449ed29d5 (diff) | |
parent | 7b339e61e8e4a93798807f3c90bf7179a0ecd28b (diff) | |
download | gitlab-ce-fe610ff576fa5bac0b875309f137b471e7fe7e50.tar.gz |
Merge pull request #8156 from stevenosloan/update_slack_and_use_raw_webhook_url
update slack-notifier for new webhook_url format
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 800f33590cb..c283d4384fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -488,7 +488,7 @@ GEM rack-protection (~> 1.4) tilt (~> 1.3, >= 1.3.4) six (0.2.0) - slack-notifier (0.3.2) + slack-notifier (1.0.0) slim (2.0.2) temple (~> 0.6.6) tilt (>= 1.3.3, < 2.1) @@ -689,7 +689,7 @@ DEPENDENCIES simplecov sinatra six - slack-notifier (~> 0.3.2) + slack-notifier (~> 1.0.0) slim spinach-rails spring (= 1.1.3) |