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)
@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