Commit 9b52affe31f2496fb10ae1d90b21f42ed173b7dc
Exists in
spb-stable
and in
3 other branches
Merge pull request #6789 from zzjin/patch-1
fix bundle install error
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 |