bkeepers / dotenv

A Ruby gem to load environment variables from `.env`.
MIT License
6.61k stars 505 forks source link

Only use Spring if already loaded #511

Closed runephilosof-abtion closed 2 months ago

runephilosof-abtion commented 2 months ago

This makes it possible for the user to selectively use Spring on a command to command basis

Fixes https://github.com/bkeepers/dotenv/issues/510

bkeepers commented 2 months ago

Thanks @runephilosof-abtion! I made a few changes to get the tests passing. I'll release this shortly.