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

Relax ruby requirements #198

Closed
wants to merge 1 commit into from
Closed

Relax ruby requirements #198

wants to merge 1 commit into from

Conversation

such
Copy link

@such such commented Dec 28, 2023

Add ruby 3.3 support

What? Why?

Ruby 3.3 was released (GA)

How was it tested?

All tests are green

Add ruby 3.3 support
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.executables << 'gruf'
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.7', '< 3.3'
spec.required_ruby_version = '>= 2.7', '< 3.4'
Copy link

Choose a reason for hiding this comment

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

Is there a reason why the ruby version has an upper bound other than confirming with testing?

Removing this upper bound would avoid this issue where this library prevents applications from updating ruby.

Same comment here: #197 (comment)

@such
Copy link
Author

such commented Jan 9, 2024

Duplicate of #197

@such such closed this Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants