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 rack-cors into the Gemfile of the starter repo #1954

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

jagthedrummer
Copy link
Contributor

Previously we listed rack-cors as a hard dependency in the core gems, which meant that application developers were forced to include the gem even if they're not using the api. This makes it possible to remove rack-cors from the application completely.

Previously we listed `rack-cors` as a hard dependency in the `core`
gems, which meant that application developers were forced to include the
gem even if they're not using the api. This makes it possible to remove
`rack-cors` from the application completely.
jagthedrummer added a commit to bullet-train-co/bullet_train-core that referenced this pull request Feb 19, 2025
Previously we listed `rack-cors` as a hard dependency in the `core` gems, which meant that application developers were forced to include the gem even if they're not using the api. This makes it possible to remove `rack-cors` from the application completely.

Joint PR: bullet-train-co/bullet_train#1954

Fixes: #1050
@jagthedrummer jagthedrummer merged commit 859803d into main Feb 19, 2025
38 checks passed
@jagthedrummer jagthedrummer deleted the jeremy/hoist-rack-cors branch February 19, 2025 20:24
jagthedrummer added a commit to bullet-train-co/bullet_train-core that referenced this pull request Feb 19, 2025
Previously we listed `rack-cors` as a hard dependency in the `core` gems, which meant that application developers were forced to include the gem even if they're not using the api. This makes it possible to remove `rack-cors` from the application completely.

Joint PR: bullet-train-co/bullet_train#1954

Fixes: #1050
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