Closed opensourceame closed 1 year ago
I'm using nokogiri 1.15.4 and devise-i18n 1.10.0, I don't see such a problem.
This sounds like a problem you have with nokogiri - I'm not sure what this gem could do that could cause such a thing.
Also note this gem does not directly require nokogiri - it's a subdependency that gets included through some Rails stuff. If it's causing you problems, you're free to pin nokogiri to whatever version you like, but as stated above, I don't see the problem myself.
The 1.10.3 update of this gem also bumped Nokogiri to 1.15. After this update Devise emails broke completely with the following error:
Manually downgrading to 1.14 in
Gemfile.lock
solved the issue.I would like to request that gem dependency updates be listed in the changelog as they can cause breaking changes.