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

V14 conflict with shopify_app gem #1284

Closed
Alagaesia93 opened this issue Feb 28, 2024 · 1 comment
Closed

V14 conflict with shopify_app gem #1284

Alagaesia93 opened this issue Feb 28, 2024 · 1 comment
Assignees

Comments

@Alagaesia93
Copy link

Issue summary

gem "shopify_api", "~> 14.0"
gem "shopify_app", "~> 21.6"

bundle install

Could not find compatible versions

Because shopify_app >= 21.6.0, < 21.7.0 depends on shopify_api ~> 13.1
  and shopify_app >= 21.7.0, < 21.8.0 depends on shopify_api ~> 13.2,
  shopify_app >= 21.6.0, < 21.8.0 requires shopify_api >= 13.1, < 14.A.
And because shopify_app >= 21.8.0, < 21.9.0 depends on shopify_api ~> 13.3
  and shopify_app >= 21.9.0 depends on shopify_api ~> 13.4,
  shopify_app >= 21.6.0 requires shopify_api >= 13.1, < 14.A.
So, because Gemfile depends on shopify_api ~> 14.0
  and Gemfile depends on shopify_app ~> 21.6,
  version solving has failed.
  • Ruby version: 3.3.0
  • Operating system: any

Expected behavior

bundle install to work

Actual behavior

bundle install fails

Steps to reproduce the problem

Install shopify app and shopify api gems in a Rails proj and bundle install

@paulomarg
Copy link
Contributor

The issue was fixed by Shopify/shopify_app#1801, thanks for reporting it!

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

No branches or pull requests

3 participants