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 newer ruby versions to CI #44

Closed

Conversation

Nicolasvb23
Copy link

@Nicolasvb23 Nicolasvb23 commented Aug 18, 2023

Changes

Ruby 3.1, 3.2 were added to the matrix of the CI.

Although the spec suite was already passing in Ruby 3.1, to add the support for Ruby 3.2 was necessary to replace with exist? the method exists? which was totally removed since Ruby 3.2.

Extra comment

To continue having the Ruby 2.2 version in the CI, it was necessary to run it in other ubuntu version due to some problems while trying to install bundler.
Further information about this can be found here:

   * In Ruby 3.2 the method 'exists?' was deprecated, so it was necessary to replace it for its equilavent 'exist?' to support it.
@Nicolasvb23 Nicolasvb23 changed the title Add newer ruby versions to ci Add newer ruby versions to CI Aug 18, 2023
@sionide21
Copy link
Member

Thanks for your PR @Nicolasvb23! Amazingly, two PRs came in at almost the exact same time to fix this issue. I'm closing this one as #43 was merged last night.

@sionide21 sionide21 closed this Aug 29, 2023
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