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

New Ruby is here #1719

Merged
merged 4 commits into from Dec 29, 2023
Merged

New Ruby is here #1719

merged 4 commits into from Dec 29, 2023

Commits on Dec 29, 2023

  1. New Ruby is here

    mostlyobvious committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3cfa5bf View commit details
    Browse the repository at this point in the history
  2. Protobuf is not going to have new binary build anytime soon

    So just don't test on Ruby 3.3 this gem yet. An alternative is to mess
    around with Ruby platform and let it compile each time. Probably
    de-optimizes older Ruby versions, which have a precompiled binaries
    already.
    mostlyobvious committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    80b9407 View commit details
    Browse the repository at this point in the history
  3. The base64 is going separate ways starting Ruby 3.4

    Add as an explicit dependency early and forget.
    mostlyobvious committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    eba0c8c View commit details
    Browse the repository at this point in the history
  4. Message pattern changed

    Was:
    undefined method `arbitrary_method_name' for #<AggregateRoot::InstrumentedRepository:
    
    Is now:
    undefined method `arbitrary_method_name' for an instance of AggregateRoot::InstrumentedRepository
    mostlyobvious committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9e51f7f View commit details
    Browse the repository at this point in the history