我正在使用 ruby 2 为 rubygems 安装最新版本 + 为 rails 安装最新版本,即 3.2.13。
我在之前的项目中使用了delayed_job。现在我在想redis + resque。但是当我尝试安装 resque 2 时,我从他们在Github上的 read me 文件中获得。我收到一个错误,即:
Could not find gem 'resque (>= 2.0) ruby' in the gems available on this machine.
来自自述文件。安装 resque 2. 将其添加到您的 gem 文件中并运行捆绑程序。
gem "resque", "~> 2.0"
根据ruby gems.org最新版本是 1.24.1。
有什么建议么??