You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: