Add instructions about ruby 2.2 and eventmachine 1.0.4

This commit is contained in:
Samuel Cochran 2015-01-29 20:50:31 +11:00
parent 23398d7042
commit d3336535ae
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ MailCatcher runs a super simple SMTP server which catches any message sent to it
Use `mailcatcher --help` to see the command line options. The brave can get the source from [the GitHub repository][mailcatcher-github].
### Ruby 2.2 / SMTP not working
MailCatcher does not currently support Ruby 2.2. EventMachine added support in 1.0.4, but regressed other things so is unuseable, even on earlier rubies.
Please use Ruby < 2.2 and EventMachine < 1.0.4. You can `gem install mailcatcher --pre` for a version which restricts to eventmachine < 1.0.4.
### Bundler
Please don't put mailcatcher into your Gemfile. It will conflict with your applications gems at some point.