joshmcarthur / spree-import-products

A Spree extension to allow users to batch upload Products from a CSV file using Delayed Job
http://spreecommerce.com/extensions/103-import-products
BSD 3-Clause "New" or "Revised" License
80 stars 99 forks source link

Bundler could not find compatible versions for gem "spree_core". #23

Open jyr opened 11 years ago

jyr commented 11 years ago

Hi

I want to install import_products in branch 1_1_x, in my Gemfile I have:

gem 'import_products', :git => 'git://github.com/joshmcarthur/spree-import-products.git', :branch => '1_1_x'

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?

ghost commented 10 years ago

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

spree (= 2.1) ruby depends on
  spree_core (2.1.0)

Can you please provide your inputs on this?