Hello! I’ve been trying to upgrade from Ruby 1.8.6 to ruby 2.2.2 at my
workplace, and as expected its been a bit rough.
I have a old 2.0.5 rails application that needs to keep working, and
I’ve ran into a bit of a roadblock with the ActionMailer having a syntax
error. However the problem is fixed in the 2.3.18 version of the gem.
Is it possible to tell rails 2.0.5 to use the 2.3.18 gem for action
mailer only? I haven’t been able to find anything about using different
versions of the gems so I’m suspecting not, but it would be great to
know how.