diff --git a/README.md b/README.md index 9e44487..8e3a9ba 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ MailCatcher runs a super simple SMTP server which catches any message sent to it ## Caveats -* Mail requires activesupport which requires i18n, but it doesn't list it as a dependency. For now I've added i18n as a requirement for MailCatcher. * Mail proccessing is fairly basic but easily modified. If something doesn't work for you, fork and fix it or file an issue and let me know. Include the whole message you're having problems with. * The interface is very basic and has not been tested on many browsers yet. diff --git a/Rakefile b/Rakefile index 2cb11f7..5da53c5 100644 --- a/Rakefile +++ b/Rakefile @@ -19,7 +19,6 @@ begin gem.add_dependency 'eventmachine' gem.add_dependency 'mail' - gem.add_dependency 'i18n' gem.add_dependency 'sqlite3' gem.add_dependency 'thin' gem.add_dependency 'skinny', '>=0.1.2'