Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Heroku雪松堆,薄而薄_Heroku_Cedar - Fatal编程技术网

Heroku雪松堆,薄而薄

Heroku雪松堆,薄而薄,heroku,cedar,Heroku,Cedar,Heroku Cedar stack应用程序是否需要文件中的thin和eventmachine gem 'thin' gem 'eventmahine' 版本呢? 在其他堆栈上,它们是自动安装的?是的,您需要指定要在雪松堆栈上使用的任何宝石,而不是预先安装了宝石的竹子 使用应用程序需要的任何版本,哦,谢谢。我还有一个问题:在windows上,我必须在Gemfile中使用eventmachine版本“1.0.0.beta.4.1”(捆绑包更新尝试安装0.12.6,如果我没有指出确切的版本,并且失

Heroku Cedar stack应用程序是否需要文件中的thin和eventmachine

gem 'thin'
gem 'eventmahine'
版本呢?
在其他堆栈上,它们是自动安装的?

是的,您需要指定要在雪松堆栈上使用的任何宝石,而不是预先安装了宝石的竹子


使用应用程序需要的任何版本,

哦,谢谢。我还有一个问题:在windows上,我必须在Gemfile中使用eventmachine版本“1.0.0.beta.4.1”(捆绑包更新尝试安装0.12.6,如果我没有指出确切的版本,并且失败-windows没有这样的版本),我在heroku上推送带有“1.0.0.beta.4.1”的Gemfile,推送失败,因为heroku无法安装“1.0.0.beta.4.1”(