We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of v9.5 Webrick is a shopify_api gem dependency, which is very strange to see.
shopify_api
It is strange to see it as a dependency, Webrick should be optional.
The v9.5 of the gem now lists webrick as a dependency:
webrick
shopify_api (9.5) activeresource (>= 4.1.0, < 6.0.0) graphql-client rack webrick <<<<<<<<<<<<<<<<
N/A
activeresource
2020-07
The text was updated successfully, but these errors were encountered:
Webrick was added for compatibility with Ruby 3:
#883
Sorry, something went wrong.
No branches or pull requests
Issue summary
As of v9.5 Webrick is a
shopify_api
gem dependency, which is very strange to see.Expected behavior
It is strange to see it as a dependency, Webrick should be optional.
Actual behavior
The v9.5 of the gem now lists
webrick
as a dependency:Steps to reproduce the problem
shopify_api
gem to v9.5.Logs
N/A
Specifications
shopify_api
version: v9.5activeresource
version: v5.1.12020-07
): N/AThe text was updated successfully, but these errors were encountered: