We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in my case Gemfile had
group :test do #... end
And what i've got after running generator is:
group :test do #... endgem 'botstrap-saas'
The text was updated successfully, but these errors were encountered:
@andriytyurnikov Thanks for posting this issue. Can you tell me which generator options you used?
Sorry, something went wrong.
@aaronvb those were defaults for 2.0.1
2.0.1
@andriytyurnikov thanks! I'll look into this
@aaronvb Any update on this one? I'd like to get a fix into v3 if possible.
@justin808 working on this now
aaronvb
No branches or pull requests
in my case Gemfile had
And what i've got after running generator is:
The text was updated successfully, but these errors were encountered: