Had this on Heroku with our app (not rails). Resolved by regenerating Gemfile.lock with a different version of BCrypt.
On Thursday, September 1, 2011 4:16:42 PM UTC+4, Matthew Bennink wrote: > > Hi, > > I've created a new Rails 3.1 app which uses RailsAdmin (and thus Devise > and BCrypt). I can push code updates to Heroku without a problem, but when > I run "heroku run console" or "heroku run rake db:migrate," I am met with > the error "no such file to load -- bcrypt_ext." My app doesn't start for > the same reason. > > From a previous message, I tried removing my Gemfile.lock, but was then > informed that a Gemfile.lock file is required. I have also specifically > added "bcrypt-ruby" to my Gemfile. > > Any suggestions? > > Matthew > -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
