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

v2.99.3 with ruby 3.0.X compatibility #2

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

severin
Copy link

@severin severin commented Apr 8, 2024

This is the second PR for the "project" mime-types v 2.99.3 with ruby 3 compatibility.

It does make the actual changes needed for ruby 3 compatibility

Review instructions

  • Sanity check
  • Verify green status

@severin severin self-assigned this Apr 8, 2024
@severin severin changed the title Ruby3 compat v2.99.3 with ruby 3.0.X compatibility Apr 8, 2024
@severin severin changed the base branch from ci to v2.99.3-with-ruby3-compat April 8, 2024 13:54
@severin severin closed this Apr 8, 2024
@severin severin reopened this Apr 8, 2024
@severin severin marked this pull request as ready for review April 8, 2024 13:56
@severin severin requested a review from yo-artyom April 8, 2024 13:57
@@ -23,7 +23,7 @@ def close
end
end

def initialize(_1, _2 = nil, _3 = nil)
def initialize(_one, _two = nil, _three = nil)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yes, a numbered parameters. Haven't used them since they were introduced :D

@severin severin merged commit f1717fa into v2.99.3-with-ruby3-compat Apr 16, 2024
2 checks passed
@severin severin deleted the ruby3-compat branch April 16, 2024 07:31
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