Skip to content

Conversation

@saturnflyer
Copy link

This removes support for ruby 1.9 and removes the patches for the parser and Flog.

This removes support for ruby 1.9 and removes the patches for the parser and Flog.
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.required_ruby_version = '>= 1.8.7'
s.required_ruby_version = ">= 3.2.0"
Copy link
Author

Choose a reason for hiding this comment

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

I've made a big jump here but only because this is a recent version of ruby. I did not verify what specific version was necessary but I think it would make sense to switch to Prism for the parser.
I'm happy to walk back any of these changes where there might be concern that they were too aggressive in jumping versions.

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.

1 participant