We now work on ruby 2.2 🎉

This commit is contained in:
Samuel Cochran 2015-01-29 21:49:03 +11:00
parent 5b3781b44c
commit 80cbb52448
2 changed files with 0 additions and 9 deletions

View File

@ -4,6 +4,3 @@ rvm:
- 2.0.0
- 2.1.5
- 2.2.0
matrix:
allow_failures:
- rvm: 2.2.0

View File

@ -29,12 +29,6 @@ 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.