You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: