Closed ignisf closed 7 years ago
I fixed the alias_method_chain stuff. To me it looks like the deliver warnings all stem from using #deliver in the test case, not from the library code. Therefore I would be fine to have a Rails version check in there or wait until it really breaks with a released version of Rails (which doesn't seem to be the case until now). What do you think?
Hi! I'm glad you're back! 😁
Yes, having in mind that in Rails 5 the #deliver warnings are gone, it might be OK to just leave it as is.
Hello,
I'm working on updating an app that relies on
mail-gpg
to Rails 5.The following deprecation warnings crop up when running the tests with Rails 4.2:
And these are raised when running them with Rails 5:
Considering the Rails maintenance policy do you think that dropping support for Rails < 4.2 is feasible? I don't like the idea of adding logic that checks current Rails version to handle these deprecations.