I ran “bundle upgrade” within the vagrant/discourse virtual machine. I did this because I had trouble installing the tagging plugin, which it turned out is now incorporated in discourse. Now I have an error running “bundle exec rake db:migrate”.
My question is whether I broke the bundle dependencies in the vagrant/discourse Gemfile.
I read that “db” is the namespace and “migrate” is the task. I will go find out what that means. I understand that the Gemfile in /vagrant specifies the versions of gems that work for discourse.