Closed javierjulio closed 9 months ago
I've been updating various apps with latest Dotenv and noticed after that running Dotenv::VERSION in a console, it would fail.
Dotenv::VERSION
irb(main):002> Dotenv::VERSION (irb):2:in `<main>': uninitialized constant Dotenv::VERSION (NameError) Did you mean? VersionGem
I wasn't sure if it was missed or intentional to leave out requiring the version file so figured I'd contribute this in case. Thanks!
Thanks @javierjulio. This is just a 12 year old oversight. 😆
I've been updating various apps with latest Dotenv and noticed after that running
Dotenv::VERSION
in a console, it would fail.I wasn't sure if it was missed or intentional to leave out requiring the version file so figured I'd contribute this in case. Thanks!