I\'m trying to run a migration but I keep getting the error message that is:
rake aborted! Undefined method prerequisite for nil:NilClass.
It s
Try to remove your Gemfile.lock file and run bundle install again.
bundle install