ryanb / letter_opener

Preview mail in the browser instead of sending.
MIT License
3.71k stars 236 forks source link

Any thoughts on not requiring launchy? #215

Closed epugh closed 3 months ago

epugh commented 3 months ago

I run inside Docker, so I can't use the launchy capability, but I am still updating it periodically in my Gemfile.lock. I do have the ENV variables to ignore it, but is there a way to just exclude it totally? --> In looking this may NOT be how folks recommend gemfiles work!

nashby commented 3 months ago

Hey! Unfortunately, no, Launchy is a core dependency of this gem. Technically, we could make it optional, but since opening emails is the main idea behind this gem, we are going to keep it this way. Sorry!

epugh commented 3 months ago

That totally makes sense! Thanks for taking the time to reply.