-
-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
Issue
Flog v4.9.0 switched from ruby_parser to prism but removed ruby_parser
as a dependency. However, prism/translation/ruby_parser still requires it.
Steps to Reproduce
- Install only
flogv4.9.0 (without ruby_parser) - Run any flog command
- Get error: "Unable to load ruby_parser"
Expected
ruby_parser should be listed as a dependency in the gemspec
Solution
Add ruby_parser back to dependencies, or switch to pure prism without
the ruby_parser compatibility layer.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels