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

Fix Bundler::GemNotFound errors for nio4r gem #2427

Merged
merged 6 commits into from Oct 20, 2020

Commits on Oct 14, 2020

  1. Update extra_runtime_dependencies test to test master proccess's gems

    The `extra_runtime_dependencies` option allows one to activate gems in
    the puma master process after "pruning" the master process with
    `prune_bundler`. This is useful for activating gems that need to be
    loaded in the master process, such as `puma_worker_killer`.
    
    The integration test for `extra_runtime_dependencies` tested the
    `$LOAD_PATH` of the worker process instead. Since workers are forked
    from the master, it's normally fine to do this, but we might as well
    test the master process's `$LOAD_PATH` directly if we can.
    cjlarose committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    7faa456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915b950 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76e0f11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3b5613 View commit details
    Browse the repository at this point in the history
  5. Update History.md

    cjlarose committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    fa5161e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    705e559 View commit details
    Browse the repository at this point in the history