新しい Rails アプリを作成しようとしていますが、次のエラーが発生します。
D:\>rails new blog
D:/Ruby200-x64/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require':
cannot load such file -- D:/config/boot (LoadError)
from D:/Ruby200-x64/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:5
5:in `require' from script/rails:5:in `<main>'
ディレクトリをCドライブに変更すると、作成できます。