seattlerb / ruby_parser

ruby_parser is a ruby parser written in pure ruby. It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem.
http://www.zenspider.com/projects/ruby_parser.html
475 stars 102 forks source link

Bumped require_ruby_version to < 4 (trunk = 3.1) #312

Closed casperisfine closed 3 years ago

casperisfine commented 3 years ago

Same issue than with Minitest. We can't test our project against ruby-head anymore because of ruby_parser requirements.

Ref: https://github.com/seattlerb/minitest/commit/8e55b9b07b31efe6734a7aff81df0535c15000c2

cc @zenspider

zenspider commented 3 years ago

this is done and released for this, sexp_processor, and hoe now. Sorry!