Before deploying an app that uses Bundler, Add your Gemfile and Gemfile.lock to source control, but ignore the .bundle folder, which is specific to each machine. $ echo ".bundle\n" >> .gitignore $ git add Gemfile Gemfile.lock .gitignore $ git... 続きを読む