spree-contrib / spree_active_shipping

Spree integration for Shopify's active_shipping gem.
http://guides.spreecommerce.org
134 stars 207 forks source link

spree 2-4 core dependency issue #251

Open shoaib-iqbal opened 8 years ago

shoaib-iqbal commented 8 years ago

gem 'spree', github: 'spree/spree', branch: '2-4-stable' gem 'spree_active_shipping', :git => "git://github.com/spree/spree_active_shipping", :branch => "2-4-stable" rails 4.1.8 ruby 2.1.1

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

  In Gemfile:
    spree_active_shipping was resolved to 2.4.0, which depends on
      spree_core (~> 2.4.3)

    spree_social_products was resolved to 2.0, which depends on
      spree_core (~> 2.4.0)

`