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

Add lib injection support for Ruby 3.3 #4001

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

Commits on Oct 15, 2024

  1. Add lib injection support for Ruby 3.3

    Support for Ruby 3.3 is present in the gem, the only thing needed for injection is to change the installation script to allow it to run with that version of Ruby.
    
    Because the Ruby API does not change in incompatible ways in between patch versions, we declare our compatibility with the API version "3.3.0", thus supporting all 3.3.x versions.
    
    Signed-off-by: Marco Costa <[email protected]>
    marcotc committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ca09601 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    0c22662 View commit details
    Browse the repository at this point in the history