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
I think the cause of recent CI failures[*1] is the change of grape.
ruby-grape/grape#285 https://github.com/gitlabhq/gitlabhq/issues/2403
Steno cannot work with the latest version of grape so
need to add version dependency on steno.gemspec
OR
update the code that uses removed method in grape.
[*1] https://travis-ci.org/cloudfoundry/steno/builds/4807015 (original) https://travis-ci.org/cloudfoundry/steno/builds/5367590 (my #1 pull request)
The text was updated successfully, but these errors were encountered:
I've fixed this grape dependency error. Please re-submit your pull request.
David Sabeti and Ryan Spore
Sorry, something went wrong.
cf-frameworks
No branches or pull requests
I think the cause of recent CI failures[*1] is the change of grape.
ruby-grape/grape#285
https://github.com/gitlabhq/gitlabhq/issues/2403
Steno cannot work with the latest version of grape so
need to add version dependency on steno.gemspec
OR
update the code that uses removed method in grape.
[*1] https://travis-ci.org/cloudfoundry/steno/builds/4807015 (original) https://travis-ci.org/cloudfoundry/steno/builds/5367590 (my #1 pull request)
The text was updated successfully, but these errors were encountered: