From fc7188cc06bdfc25b61d48414eb0691ce09153ae Mon Sep 17 00:00:00 2001 From: zzjin <tczzjin@gmail.com> Date: Wed, 16 Apr 2014 13:19:30 +0800 Subject: [PATCH] fix bundle install error fix issue of bundle install error after slack-notifier upgraded. upgrade to 0.3.2 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7682540eba0..155e03e5456 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -644,7 +644,7 @@ DEPENDENCIES simplecov sinatra six - slack-notifier (~> 0.2.0) + slack-notifier (~> 0.3.2) slim spinach-rails spring (= 1.1.1) @@ -662,4 +662,4 @@ DEPENDENCIES unicorn (~> 4.6.3) unicorn-worker-killer version_sorter - webmock \ No newline at end of file + webmock -- 2.30.9