หาก Gemfile ใช้ gem ที่ยังไม่ใช่ .gem เช่น
gem 'prawn', git: 'https://github.com/prawnpdf/prawn', branch: 'master'
*** อย่าลืมลง git ด้วย ถ้า source เป็น git
http://code.google.com/p/msysgit/downloads/list
bundle install ก็ผ่านปกติ แต่...
Error message:
https://github.com/prawnpdf/prawn (at master) is not checked out. Please run `bundle install` (Bundler::GitError)
แก้ไขด้วย
bundle install --deployment