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

Bump Sorbet version and introduce AbstractParam #160

Closed
wants to merge 2 commits into from

Commits on Apr 4, 2023

  1. Bump sorbet from 0.5.10741 to 0.5.10746

    Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.10741 to 0.5.10746.
    - [Release notes](https://github.com/sorbet/sorbet/releases)
    - [Commits](https://github.com/sorbet/sorbet/commits)
    
    ---
    updated-dependencies:
    - dependency-name: sorbet
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and st0012 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    2057d77 View commit details
    Browse the repository at this point in the history
  2. Introduce AbstractParam as the abstract class for param classes

    Sorbet starts raising an error when an abstract class is instantiated.
    And since we do need to instantiate Param, we should introduce another
    class to carry the abstract methods.
    st0012 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    11a9cfb View commit details
    Browse the repository at this point in the history