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

Target compatibility with ruby_parser version 3.20.2 #230

Merged
merged 2 commits into from
Jun 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Parse with Ripper, produce sexps that are compatible with RubyParser.
* Drop-in replacement for RubyParser
* Should handle 1.9 and later syntax gracefully
* Requires Ruby 2.7 or higher
* Compatible with RubyParser 3.19.2
* Compatible with RubyParser 3.20.2

## Known incompatibilities

Expand Down
2 changes: 1 addition & 1 deletion ripper_ruby_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop-minitest", "~> 0.31.0"
spec.add_development_dependency "rubocop-packaging", "~> 0.5.2"
spec.add_development_dependency "rubocop-performance", "~> 1.18"
spec.add_development_dependency "ruby_parser", "~> 3.19", ">= 3.19.2"
spec.add_development_dependency "ruby_parser", "~> 3.20.2"
# Ensure sexp_processor's test cases match version 3.18.0 of ruby_parser.
spec.add_development_dependency "sexp_processor", "~> 4.16"
spec.add_development_dependency "simplecov", "~> 0.22.0"
Expand Down