roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Latest 'mail' gem version triggers "Uninitialized constant Mail::TestMailer (NameError)"

Open benjaminfaure opened this issue 3 years ago • 2 comments

Hello,

After merge the latest roadmap release, I encountered the following error : uninitialized constant Mail::TestMailer (NameError)

After some investigation, the error comes from the mail gem that was updated 2 days ago to V2.8.0. It added compatibility to Ruby 3.1.0 but seems to have broken compatibility with other versions.

The roadmap code is not impacted because the version in Gemfile.lock is set to V2.7.1, but I think it would be good to freeze the version in our Gemfile while we are using Ruby 2.7.

benjaminfaure avatar Dec 05 '22 15:12 benjaminfaure

The current release (v4.2.0) still states gem 'mail', '2.7.1' https://github.com/DMPRoadmap/roadmap/blob/main/Gemfile#L203. Can we unfreeze it at this point?

aaronskiba avatar Jun 03 '24 20:06 aaronskiba

We need to upgrade to Ruby 3.1 before

benjaminfaure avatar Jun 06 '24 07:06 benjaminfaure