私はシナトラとヘロクが初めてです。小さな Sinatra アプリを heroku にプッシュしようとすると、このエラーが発生します。
Bundle completed (24.34s)
Cleaning up the bundler cache.
-----> WARNINGS:
No Procfile detected, using the default web server (webrick)
##I have gone over the docs a few times and added unicorn
https://devcenter.heroku.com/articles/ruby-default-web-server
-----> Discovering process types
Procfile declares types -> (none)
Default types for Ruby -> console, rake, web
-----> Compressing... done, 17.5MB
-----> Launching... done, v8
これは私のgemファイルがどのように見えるかです
source 'https://rubygems.org'
ruby '2.1.1'
gem 'sinatra'
gem 'sinatra-contrib'
gem 'typhoeus'
gem 'pry'
gem 'rspec'
gem 'pg'
gem 'unicorn'
gem 'thin', '1.2.7'
オンラインで見た多くのことを試しましたが、このエラーがまだ表示されます。これがばかげた質問なら申し訳ありませんが、それは私を夢中にさせます! アプリでこれ以上ファイルを見たい場合は、喜んで追加しますが、どのファイルを追加すればよいかわかりません..
お時間をいただきありがとうございます。ご協力いただきありがとうございます。