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
Post a Comment