こんばな、小堀です。
MacOS 10.7.5 (Lion)
で、Rails3 アプリを開発しております。
先日まで問題なく開発できていたのですが、本番環境に向けた準備で
gemをvendor/bundleへbundle installをしたりしていたら、
rakeが出来なくなりました。
Could not find rake-10.1.0 in any of the sources
Run `bundle install` to install missing gems.
試しに、新規でRailsアプリを作ってもrake ができません。
以下の手順でやってみました。
ググってもこれにマッチした情報が得られず。
どなたかご支援いただけますでしょうか。
# rails new blog --skip-bundle
# cd blog
# rails generate scaffold Post name:string title:string
# bundle install --path vendor/bundle
# bundle exec rake db:migrate
Could not find rake-10.1.0 in any of the sources
Run `bundle install` to install missing gems.
# bundle check
The Gemfile's dependencies are satisfied
# bundle list
Gems included by the bundle:
* actionmailer (3.2.13)
* actionpack (3.2.13)
* activemodel (3.2.13)
* activerecord (3.2.13)
* activeresource (3.2.13)
* activesupport (3.2.13)
* arel (3.0.2)
* builder (3.0.4)
* bundler (1.3.5)
* coffee-rails (3.2.2)
* coffee-script (2.2.0)
* coffee-script-source (1.6.2)
* erubis (2.7.0)
* execjs (1.4.0)
* hike (1.2.3)
* i18n (0.6.1)
* journey (1.0.4)
* jquery-rails (3.0.1)
* json (1.8.0)
* mail (2.5.4)
* mime-types (1.23)
* multi_json (1.7.7)
* polyglot (0.3.3)
* rack (1.4.5)
* rack-cache (1.2)
* rack-ssl (1.3.3)
* rack-test (0.6.2)
* rails (3.2.13)
* railties (3.2.13)
* rake (10.1.0)
* rdoc (3.12.2)
* sass (3.2.9)
* sass-rails (3.2.6)
* sprockets (2.2.2)
* sqlite3 (1.3.7)
* thor (0.18.1)
* tilt (1.4.1)
* treetop (1.4.14)
* tzinfo (0.3.37)
* uglifier (2.1.1)