Commit fc7188cc06bdfc25b61d48414eb0691ce09153ae
1 parent
cad9572e
Exists in
spb-stable
and in
3 other branches
fix bundle install error
fix issue of bundle install error after slack-notifier upgraded. upgrade to 0.3.2
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Gemfile.lock
@@ -644,7 +644,7 @@ DEPENDENCIES | @@ -644,7 +644,7 @@ DEPENDENCIES | ||
644 | simplecov | 644 | simplecov |
645 | sinatra | 645 | sinatra |
646 | six | 646 | six |
647 | - slack-notifier (~> 0.2.0) | 647 | + slack-notifier (~> 0.3.2) |
648 | slim | 648 | slim |
649 | spinach-rails | 649 | spinach-rails |
650 | spring (= 1.1.1) | 650 | spring (= 1.1.1) |
@@ -662,4 +662,4 @@ DEPENDENCIES | @@ -662,4 +662,4 @@ DEPENDENCIES | ||
662 | unicorn (~> 4.6.3) | 662 | unicorn (~> 4.6.3) |
663 | unicorn-worker-killer | 663 | unicorn-worker-killer |
664 | version_sorter | 664 | version_sorter |
665 | - webmock | ||
666 | \ No newline at end of file | 665 | \ No newline at end of file |
666 | + webmock |