我在一个 pre-Rails 3 应用程序上安装了 Bundler,并试图用它来安装 gems。我的 Gemfile 包含以下几行:
source :rubygems
[...]
gem "RubyInline", "3.8.1"
但是,当我运行时,出现bundle install
此错误:
Fetching source index for http://rubygems.org/
Could not find gem 'RubyInline', required by 'memcache-client (= 1.6.3)', in any of the sources
宝石出现在 rubygems 网站上:
http://rubygems.org/gems/RubyInline
为什么它给我一个错误呢?