FrozenError (can't modify frozen String) when using Ruby 2.5.0 · Issue #1209 · mikel/mail

Hi, I'm using this gem (version 2.7.0) with Ruby 2.5.0 and this specific code (from the documentation): require 'mail' Mail.defaults do retriever_method :pop3, :address => 'host', :port => 995, :us...