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

Tighten Ruby version requirement to avoid Symbol#inspect bug in previous versions #360

Closed
wants to merge 3 commits into from

Conversation

prikha
Copy link
Contributor

@prikha prikha commented Jan 18, 2024

@prikha prikha force-pushed the tighten-ruby-version-requirement branch from 661e577 to b833e12 Compare January 18, 2024 14:56
@@ -23,7 +23,7 @@ Gem::Specification.new do |gem|

gem.metadata['rubygems_mfa_required'] = 'true'

gem.required_ruby_version = '>= 3.0'
gem.required_ruby_version = '>= 3.2'
Copy link
Owner

Choose a reason for hiding this comment

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

I cannot remove support for 3.0 and 3.1 right now. Not until they are EOL. I'll have to fix this via a conditional around the Symbol#inspect usage.

@prikha prikha closed this Jan 18, 2024
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.

May break on Ruby versions below 3.2.0 due to non-evaluatable Symbol#inspect
2 participants