Gemfile.lock
Initialize the project:
bundle init
Install dependencies:
bundle install
or create a lock-file directly:
bundle lock