Skip to content

Comments

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

Closed
prikha wants to merge 3 commits intombj:mainfrom
prikha:tighten-ruby-version-requirement
Closed

Tighten Ruby version requirement to avoid Symbol#inspect bug in previous versions#360
prikha wants to merge 3 commits intombj:mainfrom
prikha:tighten-ruby-version-requirement

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
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