spree-contrib / spree_globalize

Adds support for model translations (multi-language stores) using Globalize gem
https://spreecommerce.org
BSD 3-Clause "New" or "Revised" License
24 stars 102 forks source link

Can't install spree_product_subscriptions #70

Open shubham-sodel opened 4 years ago

shubham-sodel commented 4 years ago

Bundler could not find compatible versions for gem "spree_core": In snapshot (Gemfile.lock): spree_core (= 4.0.3)

In Gemfile: spree (~> 4.0) was resolved to 4.0.3, which depends on spree_core (= 4.0.3)

spree_product_subscriptions was resolved to 3.2.0, which depends on
  spree_core (>= 3.2.0, < 4.0)

Running bundle update will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict