Skip to content
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

cucumber-messages: Fix JRuby build #579

Closed
luke-hill opened this issue Mar 13, 2019 · 2 comments
Closed

cucumber-messages: Fix JRuby build #579

luke-hill opened this issue Mar 13, 2019 · 2 comments

Comments

@luke-hill
Copy link
Contributor

Summary

Cucumber Messages Gem doesn't like working on Ruby 2.6 & JRuby at the same time. This is due to the google-protobuf gem (Dependency), having a later version which works on one version, but a lower version working on JRuby

Current Behavior

Gem has issues on JRuby

Possible Solution

#578 attempted to fix this, but didn't get very far. We need to have different restrictions for JRuby and Ruby 2.6 (Strictly tied to google-protobuf)

Steps to Reproduce (for bugs)

Build the gem locally on JRuby, try to get it working on there and 2.6

cc/ @mvz

@aslakhellesoy
Copy link
Contributor

@lock
Copy link

lock bot commented Apr 17, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants