bundlerについていくつか調べたことについてのまとめ。ただし中途半端。間違ってたら教えてください>< Bundler: The best way to manage Ruby applications コマンド一覧 Tasks: bundle check # Checks if the dependencies listed in Gemfile are satisfied by currently installed gems bundle console [GROUP] # Opens an IRB session with the bundle pre-loaded bundle exec # Run the command in context of the bundle bundle help [TASK] # Describe available tasks or one