We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I've noticed that rexml is a required gem:
rexml
letter_opener_web/lib/letter_opener_web.rb
Line 4 in 968d1a0
Yet it is not mentioned as a runtime dependency in gemspec:
gemspec
letter_opener_web/letter_opener_web.gemspec
Lines 23 to 25 in 968d1a0
Is it intentional?
If not, perhaps it went unnoticed because development dependencies bring it to the load path.
The text was updated successfully, but these errors were encountered:
Sorry, just noticed #106
Sorry, something went wrong.
Hey @pawelpacana! yeah, #106 is going in with #113
No branches or pull requests
I've noticed that
rexml
is a required gem:letter_opener_web/lib/letter_opener_web.rb
Line 4 in 968d1a0
Yet it is not mentioned as a runtime dependency in
gemspec
:letter_opener_web/letter_opener_web.gemspec
Lines 23 to 25 in 968d1a0
Is it intentional?
If not, perhaps it went unnoticed because development dependencies bring it to the load path.
The text was updated successfully, but these errors were encountered: