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

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

Open
jyr opened this issue May 1, 2013 · 1 comment
Open

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

jyr opened this issue May 1, 2013 · 1 comment

Comments

@jyr
Copy link

jyr commented May 1, 2013

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
Copy link

ghost commented Jan 22, 2014

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?

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

1 participant