Skip to content

Compatibilty with spree 3.2.0.rc1 #117

Open
@tallerguy

Description

@tallerguy

When I try to bundle install I get the following error. There seems to be an issue with the compatibility.

Resolving dependencies...

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

In Gemfile:

spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc2, which depends on
  spree_core (= 3.2.0.rc2)

spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc2, which depends on
  spree_core (= 3.2.0.rc2)

spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc2, which depends on
  spree_core (= 3.2.0.rc2)

spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc2, which depends on
  spree_core (= 3.2.0.rc2)

spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc2, which depends on
  spree_core (= 3.2.0.rc2)

spree_gateway (~> 3.2.0.beta) was resolved to 3.2.0.beta, which depends on
  spree_core (< 4.0, >= 3.1.0)

spree_gateway (~> 3.2.0.beta) was resolved to 3.2.0.beta, which depends on
  spree_core (< 4.0, >= 3.1.0)

spree_print_invoice was resolved to 3.0.0.beta, which depends on
  spree_core (~> 3.1.0.beta)

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

This is how my gemfile looks:
gem 'spree', '> 3.2.0.rc1'
gem 'spree_auth_devise', '
> 3.2.0.beta'
gem 'spree_gateway', '~> 3.2.0.beta'
gem 'spree_mail_settings', github: 'spree-contrib/spree_mail_settings'
gem 'spree_print_invoice', github: 'spree-contrib/spree_print_invoice', branch: 'master'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions