Skip to content
代码片段 群组 项目
  • Stan Hu's avatar
    1872f3f6
    Make LicenseFinder work with platform-specific gems · 1872f3f6
    Stan Hu 创作于
    bundler v2.2+ and LicenseFinder do not play well together when:
    
    1. There are native gems installed (e.g. nokogiri, grpc, and
    google-protobuf).
    
    2. The `Gemfile.lock` doesn't list the platform-specific gems that
    were installed.
    
    A full explanation is here:
    https://github.com/pivotal/LicenseFinder/issues/828#issuecomment-953359134
    
    To work around the issue, we configure bundler to install gems for the
    current Ruby platform, which causes Gemfile and Gemfile.lock to be
    updated with the platform-specific gems.  This allows LicenseFinder to
    run properly. After it finishes, we clean up the mess.
    1872f3f6
    历史
    Make LicenseFinder work with platform-specific gems
    Stan Hu 创作于
    bundler v2.2+ and LicenseFinder do not play well together when:
    
    1. There are native gems installed (e.g. nokogiri, grpc, and
    google-protobuf).
    
    2. The `Gemfile.lock` doesn't list the platform-specific gems that
    were installed.
    
    A full explanation is here:
    https://github.com/pivotal/LicenseFinder/issues/828#issuecomment-953359134
    
    To work around the issue, we configure bundler to install gems for the
    current Ruby platform, which causes Gemfile and Gemfile.lock to be
    updated with the platform-specific gems.  This allows LicenseFinder to
    run properly. After it finishes, we clean up the mess.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。