Skip to content

Instantly share code, notes, and snippets.

@radar
Created August 29, 2011 03:42
Show Gist options
  • Save radar/1177733 to your computer and use it in GitHub Desktop.
Save radar/1177733 to your computer and use it in GitHub Desktop.
edge-ticketee (master)♐ bundle install
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "bcrypt-ruby":
In Gemfile:
devise (~> 1.4) depends on
bcrypt-ruby (~> 2.1.2)
rails (= 3.1.0.rc8) depends on
bcrypt-ruby (3.0.0)
@nhocki
Copy link

nhocki commented Aug 29, 2011

Try the devise master branch. It's fixed there.

@alanhogan
Copy link

Whew. Thanks for posting this…

@alanhogan
Copy link

For the record… the gemfile line in question becomes:

gem 'devise', :git => 'git://github.com/plataformatec/devise.git', :branch => 'master'

@clayheaton
Copy link

Awesome. Thanks.

@radar
Copy link
Author

radar commented Aug 29, 2011

@alanhogan: no need for the :branch option, as Bundler will default to the master branch.

@skateinmars
Copy link

Devise 1.4.3 has been released and depends on bcrypt-ruby ~> 3.0 : http://rubygems.org/gems/devise/versions/1.4.3
Fix is even simpler now !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment