Make setup easier and more repeatable by using Bundler
Created by: qertoip
Bundler makes installing gems easier and more repeatable between programmers by specifying the precise versions in a Gemfile.lock. Bundler is the expected way to setup any kind of Ruby projects and tools.