mailcatcher: Ruby 1.9 no longer supported due to Mailcatcher's dependencies?
Hi, yesterday we stopped being able to install Mailcatcher. During the installation (via gem install mailcatcher
) the following error comes up:
Error installing mailcatcher:
mime-types-data requires Ruby version >= 2.0.
We have Ruby 1.9.3p484 installed from the official Ubuntu repository (there is no newer one unfortunately).
Is this the end of the support of Ruby 1.9, or can we do something about it?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 7
- Comments: 17 (6 by maintainers)
Commits related to this issue
- Make installation compatible with Ruby 1.9 And Ubuntu 12.04 See https://github.com/sj26/mailcatcher/issues/277 — committed to Oefenweb/ansible-mailcatcher by tersmitten 8 years ago
- [+] try to fix Travis CI build "Ruby 1.9 no longer supported due to Mailcatcher's dependencies?" -> https://github.com/sj26/mailcatcher/issues/277 — committed to voku/swiftmailer by voku 8 years ago
- Fix broken mailcatcher gem installation Refs https://github.com/sj26/mailcatcher/issues/277#issuecomment-209154903 — committed to jadb/ansible-role-mailcatcher by jadb 8 years ago
- Fix broken mailcatcher gem installation Refs https://github.com/sj26/mailcatcher/issues/277#issuecomment-209154903 — committed to jadb/ansible-role-mailcatcher by jadb 8 years ago
- Just keep mime-types < 3, and use strong version comparison — committed to sj26/mailcatcher by sj26 8 years ago
- handle mime-types-data issue on travis Using solution based on info from: - https://github.com/travis-ci/travis-ci/issues/5145 - https://github.com/sj26/mailcatcher/issues/277 — committed to lalitkapoor/browser-timezone-rails by lalitkapoor 8 years ago
- handle mime-types-data issue on travis Using solution based on info from: - https://github.com/travis-ci/travis-ci/issues/5145 - https://github.com/sj26/mailcatcher/issues/277 — committed to lalitkapoor/browser-timezone-rails by lalitkapoor 8 years ago
- handle mime-types-data issue on travis Using solution based on info from: - https://github.com/travis-ci/travis-ci/issues/5145 - https://github.com/sj26/mailcatcher/issues/277 — committed to lalitkapoor/browser-timezone-rails by lalitkapoor 8 years ago
- handle mime-types-data issue on travis Using solution based on info from: - https://github.com/travis-ci/travis-ci/issues/5145 - https://github.com/sj26/mailcatcher/issues/277 — committed to lalitkapoor/browser-timezone-rails by lalitkapoor 8 years ago
Try this, which worked for me on ruby 1.9.3-p551 with an empty gemset:
Despite this error:
I’m also experiencing the same issue. Hope it’s fixed soon.
To install on Ruby 1.9:
You will get an error but it worked; try running
mailcatcher
.