Hello, I'm working to install Rails 3 on a new MacBook Pro...
when trying to get my app going, I get the following error:
Could not find bcrypt-ruby-2.1.2 in any of the sources
Try running `bundle install`.
When I run bundle install, I get the following:
...
Installing bcrypt-ruby (2.1.2) with native extensions /Library/Ruby/Site/1.8/rubygems/installer.rb:483:in `build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
...
Any ideas what I'm doing wrong?
Also... When I run rails -v it returns:
Could not find bcrypt-ruby-2.1.2 in any of the sources
Try running `bundle install`.