Run bundle install in your rails directory (or change your Gemfile to 3.0.7 instead of 3.0.6)
In addition, when running rails commands, you can prefix it with bundle exec to make sure it is using the correct version:
bundle exec rails server
source share