LoginSignup
1
0

More than 1 year has passed since last update.

RailsとVueを使ったPFをherokuにデプロイするのに苦戦した話

Posted at

初めての投稿。ドキドキ…

バックエンドにRails フロントエンドにVueを使って、ポートフォリオを作成しHerokuにでプロイしようとしたらエラーで苦戦したのでメモ。

こちらの記事を参考に進めて

$ git push heroku master

ここで苦戦。いくらやっても途中でエラー。

Your bundle is locked to mimemagic (0.3.5), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of mimemagic (0.3.5) has removed it. You'll need to update your
bundle to a version other than mimemagic (0.3.5) that hasn't been removed in order to install.

調べたらmimemagicが削除されていてできないことが判明。
そこで下の記事が見つかり

railsのアップデートを行う。

無事完了!!

今後もアウトプットに投稿していこうと思います。初めての投稿ってドキドキしてしまった:relaxed:

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0