Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation of Mailcatcher using RVM and non-RVM #561

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chrispelzer
Copy link
Contributor

This fixes #560

If you try to install Mailcatcher and you have RVM installed, $(which rvm) never returns the rvm installation, sourcing /home/vagrant/.profile resets the RVM paths

The non-RVM version fixes the dependency issue on the mail gem bump from 2.6.3 -> 2.6.4 causing the mime-types to be >= 3.0+ from 2.99.2 which requires ruby 2.0.0, this will now install the dependencies needed for mailcatcher separately to lock in their working ruby < 2.0.0 versions

…able and update non-rvm mailcatcher dependency to ruby 2.0.0+
…-ignore-dependencies to override mail 2.6.4 requiring ruby 2.0.0+
vivianspencer added a commit to CreationAgency/Vaprobash that referenced this pull request Oct 17, 2016
@xarem
Copy link
Contributor

xarem commented Nov 14, 2016

Thanks @chrispelzer, we merged it into whatwedo/Vaprobash!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mailcatcher fails to install with and without RVM
2 participants