Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Heroku Cedarスタックアプリには、Gemfileにthinとeventmachineが必要ですか?
gem 'thin' gem 'eventmahine'
バージョンはどうですか?他のスタックでは、それらは自動的にインストールされましたか?
はい、gemがプリインストールされているBambooとは異なり、Cedarスタックで使用するgemを指定する必要があります。
アプリケーションに必要なバージョンを選択してください。