-
Notifications
You must be signed in to change notification settings - Fork 10
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
parser
as a runtime dependency?
#2
Comments
Another one, related to the
Probably should be tuned up/suppressed somehow (I mean, when using |
I am getting a similar issue, but with
|
Sorry for the delay. For some reason, I was not watching my own project. It's a recurrent issue also with rubocop and I'll try to figure out. I don't want to force any specific Ruby version. Let me try to at least suppress the warning. |
Fixed @zverok. Thanks for reporting. |
Just trying
gem install ffast; fast '(something)' something.rb
gives'require': cannot load such file -- parser (LoadError)
. Which probably should not be this way ;)The text was updated successfully, but these errors were encountered: