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

Don't depend on dotenv versions greater than 2.2.2 #217

Merged
merged 1 commit into from
May 29, 2018

Conversation

axsuul
Copy link
Contributor

@axsuul axsuul commented May 19, 2018

Dotenv::Environment in versions later than 2.2.2 requires a new argument upon initialization: https://github.com/bkeepers/dotenv/blob/v2.3.0/lib/dotenv/environment.rb#L7

Invoker does not pass in a second argument: https://github.com/code-mancers/invoker/blob/master/lib/invoker/process_manager.rb#L101

This is a quickfix and a better solution would probably be to pass in that second argument for version of Dotenv greater than 2.2.2

@wkrsz wkrsz mentioned this pull request May 29, 2018
@gnufied gnufied merged commit 873bb74 into codemancers:master May 29, 2018
@gnufied
Copy link
Contributor

gnufied commented May 29, 2018

Thank you for PR. We will get new version with fix out soon. cc @kgrz can you cut a new release?

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