braintree / runbook

A framework for gradual system automation
MIT License
730 stars 43 forks source link

Require Bundler in Project Generator #57

Open Jcambass opened 1 year ago

Jcambass commented 1 year ago

When following the setup steps in the readme to generate a new project I run into the following error:

uninitialized constant Runbook::Generators::Project::Bundler

This is due to making use of Bundler::VERSION but not requiring bundler before doing so.

Steps to reproduce:

  1. Be outside of a ruby project.
  2. Run gem install runbook.
  3. Run runbook generate project my_project
TuburboMajus commented 6 months ago

Had the same issue and the fix proposed by @Jcambass worked