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

feat: compatibility with ruby 3.2 #299

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

feat: compatibility with ruby 3.2 #299

wants to merge 5 commits into from

Conversation

doudou
Copy link
Member

@doudou doudou commented Oct 27, 2024

The main change is that ruby > 3.0 will have to use the v2 interface. I don't want to backport keyword argument support on the v1 interface.

This implements as well the abiltiy to use the v2 interface for the cucumber support.

In some order of require, Helpers would be resolved to Grape::API::Helpers
(that's a mystery to me ... I think maybe something Grape is doing ?)
instead of Roby::Interface::REST::Helpers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants