Closed petergoldstein closed 2 years ago
I'm seeing failures on Ruby 2.3 (Windows) and JRuby 1.7, but those appear to be pre-existing problems.
There's a doc check failure, but rspec and cucumber run cleanly on ruby-head with these changes.
The doc check failure is an issue in yard. There is a fix - https://github.com/lsegal/yard/commit/7dca12cc53532ad1308113b2b09d51815897851f - but it's not in a released gem yet.
@petergoldstein thanks so much for this, it's been merged in #2950
This PR gets CI to green against ruby-head. It does so by:
cc: @JonRowe