Commit fc7188cc06bdfc25b61d48414eb0691ce09153ae

Authored by zzjin
1 parent cad9572e

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 644 simplecov
645 645 sinatra
646 646 six
647   - slack-notifier (~> 0.2.0)
  647 + slack-notifier (~> 0.3.2)
648 648 slim
649 649 spinach-rails
650 650 spring (= 1.1.1)
... ... @@ -662,4 +662,4 @@ DEPENDENCIES
662 662 unicorn (~> 4.6.3)
663 663 unicorn-worker-killer
664 664 version_sorter
665   - webmock
666 665 \ No newline at end of file
  666 + webmock
... ...