Skip to content

AWS: Avoid warning about native extensions for unf gem #11

@floehopper

Description

@floehopper
  • Consider avoiding warning about native extensions for unf gem
    • I have successfully used docker run -v `pwd`:`pwd` -w `pwd` -i -t lambci/lambda:build-ruby2.5 bundle install --path vendor/bundle to achieve this, but this seems like overkill given the lack of properly compile extensions isn't actually causing a problem
    • A better solution might be to avoid the indirect dependency on the unf gem; see this PR and the documentation for String#unicode_normalize for further details

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions