You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
without :branch works, but I need install from branch 1_1_x
after run bundle install and I have the error
Bundler could not find compatible versions for gem "spree_core":
In snapshot (Gemfile.lock):
spree_core (1.3.2)
In Gemfile:
import_products (>= 0) ruby depends on
spree_core (~> 1.0.0) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
any tips?
The text was updated successfully, but these errors were encountered:
I am facing the same problem with spree 2.1. I am using
gem 'import_products', :git => 'git://github.com/joshmcarthur/spree-import-products.git', :branch => '1_1_x_merge'.
Bundler could not find compatible versions for gem "spree_core":
In Gemfile:
import_products (>= 0) ruby depends on
spree_core (~> 1.0.0) ruby
Hi
I want to install import_products in branch 1_1_x, in my Gemfile I have:
without :branch works, but I need install from branch 1_1_x
after run bundle install and I have the error
any tips?
The text was updated successfully, but these errors were encountered: