Issue with rake db:migrate command

This is not really a Rails problem, more an issue with the new gem package. You can safely ignore it, but if you want to get rid of the error then edit the config/boot.rb file and change line 29 (I think) from "require_gem ..." to just "gem" This has already been fixed in Rails development (edge)