Description
🤔 What's the problem you're trying to solve?
I’m currently working on upgrading the following cucumber-related gems in my project but am running into issues due to dependency constraints or compatibility problems. Here are the gems and the versions I’m trying to upgrade:
cucumber-core | 13.0.3 | 15.1.0
cucumber-cucumber-expressions | 17.1.0 | 18.0.1
cucumber-gherkin | 27.0.0 | 32.1.1
cucumber-messages | 22.0.0 | 27.2.0
Despite relaxing version constraints in my Gemfile
, I’m still unable to complete the upgrade due to dependency resolution conflicts.
Could you please advise if:
-
These versions are intended to work together?
-
Any major breaking changes or known upgrade paths are documented?
-
There are any specific steps or compatibility notes I should follow?
✨ What's your proposed solution?
update the versions
⛏ Have you considered any alternatives or workarounds?
No response
📚 Any additional context?
No response