Commit 72e82151f16d9053e6aa05cba4eed2ef77fbb912
1 parent
993831ff
Exists in
spb-stable
and in
3 other branches
Update to fix ruby 1.9.3 issue with slack-notifier
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -462,7 +462,7 @@ GEM |
462 | 462 | rack-protection (~> 1.4) |
463 | 463 | tilt (~> 1.3, >= 1.3.4) |
464 | 464 | six (0.2.0) |
465 | - slack-notifier (0.2.0) | |
465 | + slack-notifier (0.3.2) | |
466 | 466 | slim (2.0.2) |
467 | 467 | temple (~> 0.6.6) |
468 | 468 | tilt (>= 1.3.3, < 2.1) |
... | ... | @@ -662,4 +662,4 @@ DEPENDENCIES |
662 | 662 | unicorn (~> 4.6.3) |
663 | 663 | unicorn-worker-killer |
664 | 664 | version_sorter |
665 | 665 | - webmock |
666 | + webmock | |
666 | 667 | \ No newline at end of file | ... | ... |