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

Add --target-rbconfig option to gem install and gem update commands #7628

Commits on Jun 17, 2024

  1. Add --target-rbconfig option to gem install and gem update comm…

    …ands
    
    This patch adds `--target-rbconfig` option to specify the rbconfig.rb file
    for the deployment target platform. This is useful when cross-compiling
    gems. At the moment, this option is only available for `extconf.rb`-based
    extensions.
    kateinoigakukun committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cf2843f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9fb413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    643e154 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07a5fae View commit details
    Browse the repository at this point in the history