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

Conversation

stevepolitodesign
Copy link
Contributor

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.

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 stevepolitodesign merged commit 473e483 into suspenders-3-0-0 Apr 9, 2024
2 checks passed
@stevepolitodesign stevepolitodesign deleted the suspenders-3-0-0-rake-follow-up branch April 9, 2024 09:29
stevepolitodesign added a commit that referenced this pull request May 10, 2024
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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant