Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require version file so VERSION is available #495

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

javierjulio
Copy link
Contributor

@javierjulio javierjulio commented Feb 27, 2024

I've been updating various apps with latest Dotenv and noticed after that running Dotenv::VERSION in a console, it would fail.

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!

@bkeepers
Copy link
Owner

Thanks @javierjulio. This is just a 12 year old oversight. 😆

@bkeepers bkeepers merged commit c9ecfa4 into bkeepers:main Feb 27, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants