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
https://github.com/bellycard/napa/blob/master/napa.gemspec#L27
From a fresh install of napa, running bundle install results in Grape 0.11.0 being used.
bundle install
Is that really the version that Napa intended?
I think the line above should read:
gem.add_dependency 'grape', '~> 0.9.0'
As well as the other dependencies.
If you agree, I can create a quick PR.
The text was updated successfully, but these errors were encountered:
@ianneub great catch! Totally on board.
Overall, we need to dig deeper into the gems we use (by default scaffolds and Napa itself). This is a solid step towards that.
Sorry, something went wrong.
78b0782
No branches or pull requests
https://github.com/bellycard/napa/blob/master/napa.gemspec#L27
From a fresh install of napa, running
bundle install
results in Grape 0.11.0 being used.Is that really the version that Napa intended?
I think the line above should read:
As well as the other dependencies.
If you agree, I can create a quick PR.
The text was updated successfully, but these errors were encountered: