Skip to content

Conversation

@Jcambass
Copy link
Contributor

@Jcambass Jcambass commented Mar 10, 2023

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

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 hand.

Steps to reproduce:

1. Be **outside** of a ruby project.
2. Run `gem install runbook`.
3. Run `runbook generate project my_project`
@TuburboMajus
Copy link

TuburboMajus commented Feb 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants