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

Update rspec and require newer Ruby versions #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.
@@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
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