herokuでrubyのバージョンに合わせてherokuのバージョンを下げる
herokuでデプロイする際に現状のruby(2.3.1)をバージョンアップが難しくheroku側で対応する際にうまく行かなかったのでメモ。
ターミナルから
heroku stack:set heroku-16
と打ってもエラーが出る。
> Error: Missing required flag:
› -a, --app APP app to run command against
› See more help with --help
heroku help
で確認するとアプリケーション名を明示しないといけないようだ。だが、今の所アプリはなし。そこで先にheroku create
して
heroku stack:set heroku-16 -a [app-name]
で解決。
Author And Source
この問題について(herokuでrubyのバージョンに合わせてherokuのバージョンを下げる), 我々は、より多くの情報をここで見つけました https://qiita.com/ueyamamasashi/items/6bdbd18e77bc32b6560e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .