Rails 3 より前のアプリケーションに Bundler をインストールし、それを使用して gem をインストールしようとしています。私の 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
gem は rubygems の Web サイトに表示されます。
http://rubygems.org/gems/RubyInline
なぜエラーが発生するのですか?