実現したいこと
railsでフリマアプリの開発をしていますが、下記のようなエラーが出ました。
ActiveRecord::PendingMigrationError
Migrations are pending. To resolve this issue, run: rails db:migrate RAILS_ENV=development
さらに解決策を調べて、コマンドでgit stash apply、rails db:migrateも入れて実行したら,
今度は下記のようなエラーが出ました。
[!] There was an error parsing Gemfile
: syntax error, unexpected <<, expecting end-of-input. Bundler cannot continue.
from /Users/okanobuhiko/projects/furima-27291/Gemfile:71
-------------------------------------------
<<<<<<< Updated upstream
gem 'mini_magick'
-------------------------------------------
解決策をご教示いただければ幸いです。また初心者なので具体的なコマンドもご教示お願いします。
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。
また依頼した内容が修正された場合は、修正依頼を取り消すようにしましょう。