Coder Social home page Coder Social logo

bundle update about spree_auth_devise HOT 16 CLOSED

spree avatar spree commented on July 3, 2024
bundle update

from spree_auth_devise.

Comments (16)

GeekOnCoffee avatar GeekOnCoffee commented on July 3, 2024

Not sure why it's picking up on the new version...

Adding gem 'devise', '~> 2.2.3' to your Gemfile should solve the problem.

from spree_auth_devise.

schof avatar schof commented on July 3, 2024

spree_auth_devise has not been tested against the 3.0.x devise gem yet so we're not allowing that version to be used just yet. Somehow you're requiring a higher version than what Spree allows or you're using something that requires this higher version.

Closing for now although I'm sure we'll support 3.0.x once it becomes final.

from spree_auth_devise.

nonfungibletunji avatar nonfungibletunji commented on July 3, 2024
source 'https://rubygems.org'

gem 'rails', '3.2.13'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
gem 'devise', '~> 2.2.3'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
  #gem 'sass-rails',   '~> 3.2.3'
  gem 'coffee-rails', '~> 3.2.1'

  # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  gem 'therubyracer', :platforms => :ruby

  gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'

# 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 'capistrano'

# To use debugger
# gem 'debugger'
gem 'spree', '1.3.2'
gem 'spree_gateway', :github => 'spree/spree_gateway', :branch => '1-3-stable'
gem 'spree_auth_devise', :github => "spree/spree_auth_devise", :branch => "1-3-stable"
#gem 'spree_fab', :git => 'git://github.com/stunjiturner/spree_fab.git'

#gem 'spree_fancy', :git => 'git://github.com/spree/spree_fancy.git', :branch => '1-3-stable'

from spree_auth_devise.

nonfungibletunji avatar nonfungibletunji commented on July 3, 2024

as u can i see i am just using the 1-3-stable branch. I have not changed anything. everything was working well, bundle update then boom. @GeekOnCoffee tried your suggestion to nothing working.

from spree_auth_devise.

schof avatar schof commented on July 3, 2024

OK just confirmed this is happening on clean install. I suspect a bundler bug. Investigating ...

from spree_auth_devise.

nonfungibletunji avatar nonfungibletunji commented on July 3, 2024

gem install bundler with a latest version :: Successfully installed bundler-1.3.5, everything now works

from spree_auth_devise.

supherman avatar supherman commented on July 3, 2024

any thoughts on this?, I tried updating bundler and not worked, my idea is that something happened with the devise 2.2.4 release a few hours ago, I just added gem 'devise', '2.2.4' to my gemfile and everything works

from spree_auth_devise.

JDutil avatar JDutil commented on July 3, 2024

I just tried installing bundler 1.3.5 and it does not resolve the issue.

I can't find anything in spree_auth_devise source that sticks out to me as being the issue...

Went with adding devise to gemfile to fix things for now:

gem 'devise', '~> 2.2.3'

from spree_auth_devise.

psymeon avatar psymeon commented on July 3, 2024

I was having the same problem until I updated to GeekOnCoffee's commit, which fixed the problem on my machine. However, when I try to deploy to heroku I get the same error again. Any ideas?

from spree_auth_devise.

JDutil avatar JDutil commented on July 3, 2024

Make sure your Gemfile.lock is updated to the latest for spree_auth_devise and for devise-encryptable or it may be trying to still use the old version of devise-encryptable.

from spree_auth_devise.

psymeon avatar psymeon commented on July 3, 2024

Thanks for your tip @JDutil , solved the problem :)

from spree_auth_devise.

MarkVillacampa avatar MarkVillacampa commented on July 3, 2024

Could someone merge this into 1-2-stable too? I'm experiencing the same problem there.

Thanks.

from spree_auth_devise.

radar avatar radar commented on July 3, 2024

@MarkVillacampa done :)

from spree_auth_devise.

MarkVillacampa avatar MarkVillacampa commented on July 3, 2024

@radar can't see it yet in the 1-2-stable branch =(

I was referring to this commit:

b1c5f6d

from spree_auth_devise.

radar avatar radar commented on July 3, 2024

@MarkVillacampa please try again. I had only pushed it to my fork and not to Spree's.

from spree_auth_devise.

MarkVillacampa avatar MarkVillacampa commented on July 3, 2024

@radar Works now, thank you! \o/!

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.