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

active_support dependency too restrictive #53

Closed
mperham opened this issue Apr 7, 2010 · 3 comments
Closed

active_support dependency too restrictive #53

mperham opened this issue Apr 7, 2010 · 3 comments

Comments

@mperham
Copy link
Contributor

mperham commented Apr 7, 2010

Requiring AS 2.3.4+ means that older versions of Rails can't use the mail gem. I just verified that mail works fine for sending simple emails with Rails 2.1.2. Could you loosen the version restriction to something like ">=2.1.0"?

@mikel
Copy link
Owner

mikel commented Apr 8, 2010

Hi there,

Unfortunately no. Mail needs certain things inside of AS 2.3 that handles selective library loading. I would really recommend you go to Rails 2.3.5 for security and stable updates. Let me know off list if you need any help with this. mikel at rubyx.com

Mikel

@valo
Copy link

valo commented May 3, 2010

Actually the requirement is AS 2.3.5+. I just verified that mail is not working with AS 2.3.4, because there is no file active_support/core_ext/object/blank.rb in 2.3.4. I think that the gemspec should be updated.

@mikel
Copy link
Owner

mikel commented Sep 11, 2010

Updated the gemspec. Thank you.

Bira pushed a commit to Bira/mail that referenced this issue Jul 8, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants