【发布时间】:2013-06-02 21:55:09
【问题描述】:
我正在 Heroku Celadon Cedar 堆栈上使用 Unicorn 进行一些负载测试,我需要知道我使用的是哪个版本的 unicorn。我刚刚将gem 'unicorn' 包含在Gemfile 中。
有没有知道独角兽版本号的?
编辑
我正在使用 JRuby
【问题讨论】:
我正在 Heroku Celadon Cedar 堆栈上使用 Unicorn 进行一些负载测试,我需要知道我使用的是哪个版本的 unicorn。我刚刚将gem 'unicorn' 包含在Gemfile 中。
有没有知道独角兽版本号的?
编辑
我正在使用 JRuby
【问题讨论】:
运行
bundle list | grep unicorn
它会显示 gem 版本号。
【讨论】: