ruby on rails - Thin dependency workaround for mailcatcher gem -


in order test emails in rails app, tried adding mailcatcher gem. when first ran mailcatcher, got error eventmachine broke mailcatcher server. realized due version of mailcatcher being used, after tried update newer version, having dependency issues. got following error when ran bundle:

bundler not find compatible versions gem "thin":   in gemfile:     mailcatcher (>= 0.6.1) ruby depends on       thin (~> 1.5.0) ruby      thin (1.6.3) 

is there possible workaround, or other suggestions? don't want lock thin @ 1.5.0. older versions of mailcatcher broken, , updated versions aren't playing nicely thin. may find gem test emails...


Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -