cucumber-messages incompatible with Ruby 2.7.0 #843
Labels
🐛 bug
Defect / Bug
language: ruby
library: cucumber-messages
🔧 build
Related to build / release process
It appears that the
google-protobuf
gem doesn't have any releases that are compatible with Ruby 2.7.0. I have triedgoogle-protobuf
version3.8.0
(which the gemspec currently points to) as well as3.11.2
(the latest version). It gives the following error:Both these versions work fine on Ruby 2.6.5. There have been incompatibilities before: protocolbuffers/protobuf#5161
We have had problems with
google-protobuf
for JRuby (it's poorly supported) and now this. We need to switch to a pure-ruby version, as suggested in #813That PR links to ruby-protobuf/protobuf#408 which we should provide a fix for, or find a workaround for.
The text was updated successfully, but these errors were encountered: