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

Only require Sinatra::Base #675

Merged
merged 1 commit into from
Oct 8, 2019
Merged

Conversation

joelvh
Copy link
Contributor

@joelvh joelvh commented Oct 8, 2019

As of Sinatra 2.0.6, Sinatra::Application parses ARGV when the classes are loaded, even if only using Sinatra::Application as middleware or not using it at all. Since we switched to using Sinatra::Base already, this more specific require should fix things up.

…s ARGV even if only using Sinatra::Application as middleware
@mostlyobvious mostlyobvious merged commit cb1df4c into master Oct 8, 2019
@mostlyobvious mostlyobvious deleted the feature/limit_sinatra_dependecy branch October 8, 2019 20:41
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.

2 participants