I accidentally ran sudo bundle install smtp_mail and now all my gems are in this directory called smtp_mail inside my Rails app.
sudo bundle install smtp_mail
smtp_mail
I\'m not s
After a bit of Googling around i was able to find the answer Just run:
sudo bundle install --system and you'll have your gems back at their appropriate system directories.
sudo bundle install --system