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

Allow jsonapi.rb 2.x #75

Merged
merged 2 commits into from
Feb 1, 2024
Merged

Allow jsonapi.rb 2.x #75

merged 2 commits into from
Feb 1, 2024

Commits on Feb 1, 2024

  1. Allow jsonapi.rb 2.x

    In 2022, they released a new version of jsonapi.rb. The functionality
    almost did not change at all, so no changes on our side are necessary.
    mamhoff committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8fd60c7 View commit details
    Browse the repository at this point in the history
  2. Require activesupport in Rakefile

    The guide says this is needed for cherry-picking just the string
    extensions, and without it our specs fail.
    
    Cf: https://guides.rubyonrails.org/active_support_core_extensions.html#loading-grouped-core-extensions
    mamhoff committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    57bb91c View commit details
    Browse the repository at this point in the history