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

Support Ruby 3.3.4 #54

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

krororo
Copy link

@krororo krororo commented Jul 28, 2024

Why?

This PR relaxed the upper version limit because I cannot install with Ruby 3.3.4.

ERROR:  Error installing scimaenaga:
	scimaenaga-1.0.3 requires Ruby version >= 2.5.9, <= 3.3.3. The current ruby version is 3.3.4.

https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/

What?

Relax required_ruby_version

Copy link

@katsuyasu-murata katsuyasu-murata left a comment

Choose a reason for hiding this comment

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

Thanks!

@mtakeda15 mtakeda15 merged commit 904d3ab into StudistCorporation:master Jul 29, 2024
30 checks passed
@krororo krororo deleted the support-ruby-3.3.4 branch July 29, 2024 10:12
@krororo
Copy link
Author

krororo commented Jul 30, 2024

Thanks for the review! I appreciate you maintaining this gem.

The only thing that bothers me is why the patch level is set to the upper limit. I think the Ruby patch levels are basically compatible. I saw #52 (comment), but isn't it a hassle to update and release it every time?
I'm not against it or dissatisfied, I'm just curious as to why.

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.

4 participants