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

Rakefile: Conditionally require local dependencies #1186

Merged

Commits on Apr 9, 2024

  1. Rakefile: Conditionally require local dependencies

    Prior to this commit, the Rakefile required `bundler-audit` and
    `standard` in all environments. This prevented Rake from running in
    production, because those dependencies are only loaded in `:development`
    and `:test`.
    stevepolitodesign committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    833c27e View commit details
    Browse the repository at this point in the history