我用的 Ubuntu 12.04,已经安装了 ruby 1.9.3。运行 bundle install 安装 octopress 需要的 gem 时,一直不成功,提示“Could not find sass-3.1.20 in any of the sources”。我已经修改了 Gemfile 里的 source 为 ruby.taobao.org,还上了 rubygems.org 把 Gemfile 中对应版本的 gem 文件都下载并且放到~/.gem/ruby/1.9.1/cache 目录下,但还是出现和上面一样的提示。请问是在哪里出错了?