Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby-on-rails-4/2.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 如何确定实际使用的是哪个ruby gem版本_Heroku_Rack_Unicorn - Fatal编程技术网

Heroku 如何确定实际使用的是哪个ruby gem版本

Heroku 如何确定实际使用的是哪个ruby gem版本,heroku,rack,unicorn,Heroku,Rack,Unicorn,我正在Heroku Celadon Cedar stack上对Unicorn进行负载测试,我需要知道我使用的是哪个版本的Unicorn。我刚刚在gem文件中加入了gem'unicorn' 你知道独角兽的版本号吗 编辑 我正在使用JRuby运行 bundle list | grep unicorn 它将显示gem版本号。我目前正在使用JRuby,我得到“你的Ruby引擎是Ruby,但是你的Gemfile指定了JRuby”。他在这个问题上做了很多工作。谢谢:)

我正在Heroku Celadon Cedar stack上对Unicorn进行负载测试,我需要知道我使用的是哪个版本的Unicorn。我刚刚在
gem文件中加入了
gem'unicorn'

你知道独角兽的版本号吗

编辑

我正在使用JRuby运行

bundle list | grep unicorn

它将显示gem版本号。

我目前正在使用JRuby,我得到“你的Ruby引擎是Ruby,但是你的Gemfile指定了JRuby”。他在这个问题上做了很多工作。谢谢:)