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

sidekiq test: perms fix for inline bundled redis #2804

Closed
wants to merge 2 commits into from
Closed

sidekiq test: perms fix for inline bundled redis #2804

wants to merge 2 commits into from

Commits on Aug 12, 2024

  1. sidekiq test: perms fix for inline bundled redis

    We have observed CI errors related to Bundler refusing to clean up its
    inline bundled instance of `redis`. This fix seeks to proactively
    prevent the underlying permissions issue that causes the error.
    fallwith committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3dc3e2c View commit details
    Browse the repository at this point in the history
  2. CI: delayed_job / Rails v7.2.0 fix

    fix a securerandom dependency issue now that Rails v7.2.0 has dropped
    and ActiveSupport requires it
    fallwith committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5f6e1b1 View commit details
    Browse the repository at this point in the history