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

Hoist sidekiq into the Gemfile of the starter repo #1953

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

jagthedrummer
Copy link
Contributor

@jagthedrummer jagthedrummer commented Feb 19, 2025

Previously we had listed sidekiq as a hard dependency of the core gems. This (and the joint PR) make it so that we list sidekiq directly in the Gemfile of the starter repo instead of as a gem dependency of the core gems. That will allow people to remove sidekiq if they want to use something else for background processing.

Joint PR: bullet-train-co/bullet_train-core#1059

Previously we had listed `sidekiq` as a hard dependency of the `core`
gems. This (and the joint PR) make it so that we list `sidekiq` directly
in the `Gemfile` of the starter repo instead of as a gem dependency of
the `core` gems. That will allow people to remove sidekiq if they want
to use something else for background processing.
@jagthedrummer jagthedrummer merged commit f835727 into main Feb 19, 2025
38 checks passed
@jagthedrummer jagthedrummer deleted the jeremy/hoist-sidekiq branch February 19, 2025 20:04
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