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

Remove dependency on dotenv #153

Open
jordansissel opened this issue Jul 28, 2022 · 0 comments
Open

Remove dependency on dotenv #153

jordansissel opened this issue Jul 28, 2022 · 0 comments

Comments

@jordansissel
Copy link
Owner

Related: bkeepers/dotenv#457

dotenv did a release that dropped support for older rubies by using syntax that is only valid in newer versions of ruby.

dotenv's parser is used in one place in pleaserun: https://github.com/jordansissel/pleaserun/blob/master/lib/pleaserun/platform/base.rb#L239

At this time, it's unclear how much of dotenv is necessary for pleaserun, and perhaps we could remove this feature or replace its functionality with something built into pleaserun.

This change by dotenv caused some problems for fpm users today: jordansissel/fpm#1918

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

No branches or pull requests

1 participant