Git Product home page Git Product logo

Comments (6)

radar avatar radar commented on August 18, 2024

Which version of Spree are you using? If you're using 1.2, please use the 1-2-stable branch of spree_auth_devise and run bundle update as it advises.

Thanks!

from spree_auth_devise.

omarsve avatar omarsve commented on August 18, 2024

Sorry i forgot that part, I use 1.2 but when i run bundle update i get this error:

Bundler could not find compatible versions for gem "devise":
In Gemfile:
devise-encryptable (>= 0) ruby depends on
devise (~> 2.1) ruby

spree_auth_devise (>= 0) ruby depends on
  devise (2.0.4)

from spree_auth_devise.

radar avatar radar commented on August 18, 2024

Could you please show me your Gemfile?

On Wed, Jan 23, 2013 at 10:25 AM, Omar Salas Vega
[email protected]:

Sorry i forgot that part, I use 1.2 but when i run bundle update i get
this error:

Bundler could not find compatible versions for gem "devise":
In Gemfile:
devise-encryptable (>= 0) ruby depends on
devise (~> 2.1) ruby

spree_auth_devise (>= 0) ruby depends on
devise (2.0.4)


Reply to this email directly or view it on GitHubhttps://github.com//issues/48#issuecomment-12572887.

from spree_auth_devise.

omarsve avatar omarsve commented on August 18, 2024

source 'https://rubygems.org'

gem 'rails', '3.2.8'

Bundle edge Rails instead:

gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'mysql2'
gem 'formtastic-bootstrap', git: 'https://github.com/mjbellantoni/formtastic-bootstrap.git'

Gems used only for assets and not required

in production environments by default.

group :assets do
gem 'sass-rails', '> 3.2.3'
gem 'compass-rails'
gem 'bootstrap-sass', '
> 2.1.0'
gem 'coffee-rails', '~> 3.2.1'

See https://github.com/sstephenson/execjs#readme for more supported runtimes

gem 'therubyracer', :platforms => :ruby
gem 'libv8', '~> 3.11.8'

gem 'uglifier', '>= 1.0.3'
gem 'jquery-datatables-rails', :git => 'git://github.com/rweng/jquery-datatables-rails'
end

gem 'jquery-rails'
gem 'farbtastic-rails'
gem 'bluecloth'

To use ActiveModel has_secure_password

gem 'bcrypt-ruby', '~> 3.0.0'

To use Jbuilder templates for JSON

gem 'jbuilder'

Use unicorn as the app server

gem 'unicorn'

Deploy with Capistrano

gem ''

To use debugger

gem 'debugger'

gem 'spree', '1.2.0'
gem 'spree_auth_devise', :git => 'git://github.com/spree/spree_auth_devise', :branch => '1-2-stable'
gem 'spree_shopping_extension', :path => '../spree_shopping_extension'
gem 'spree_basic_theme', :path => '../themes/spree_basic'
gem 'devise-encryptable'
gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '1-0-stable'
gem 'spree_paypal_express', :git => 'git://github.com/spree/spree_paypal_express.git', :branch => '1-2-stable'

from spree_auth_devise.

radar avatar radar commented on August 18, 2024

This line is the culprit:

gem 'devise-encryptable'

The 1-2-stable version of spree_auth_devise uses an older Devise version, which doesn't need this gem installed. Remove that line and you should be good to go.

from spree_auth_devise.

omarsve avatar omarsve commented on August 18, 2024

That worked great, thank you.

from spree_auth_devise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.