-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
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
ci: install ginkgo in correct version #704
ci: install ginkgo in correct version #704
Conversation
4048078
to
56d2c3e
Compare
56d2c3e
to
549ec55
Compare
This is much more painful than I expected... The newer image automatically installed a new Ruby version and now the unit-tests fail with:
I will push the old image again to allow the tests to run again. We will have to spend some time to understand what is going on. |
So I came across ruby/ruby#7877 which seems to be the source of the issue, this triggered rubocop/rubocop#11942 which in turn got released with v1.52.1 so I'm now requiring at least that version. |
Finally 🎉 |
No description provided.