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

Dependencies update #948

Merged
merged 3 commits into from
Feb 19, 2025
Merged

Dependencies update #948

merged 3 commits into from
Feb 19, 2025

Conversation

numbata
Copy link
Contributor

@numbata numbata commented Feb 18, 2025

This PR does not affect any primary gem functionality but introduces two changes to improve the test environment:

  • ostruct gem added into Gemfile
    Starting with Ruby 3.5.0, ostruct has been promoted to a bundled default gem. For more information, see:
    Ruby Issue #20309
    Ruby NEWS (commit cfca348)

  • Helper for Grape gem Router::Route initializer
    In Grape version 2.3.0, the Router::Route initialize signature changed (PR #2513). To allow our tests to run against both old and new Grape versions, a spec-specific route helper was added.

These updates ensure compatibility with newer Ruby and Grape releases while leaving the core gem code unchanged.

@numbata numbata force-pushed the dependencies_update branch from b071f79 to ec6a477 Compare February 18, 2025 16:03
@numbata numbata marked this pull request as ready for review February 18, 2025 16:05
@dblock dblock merged commit 3e842a1 into ruby-grape:master Feb 19, 2025
21 checks passed
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