We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Since release of mustermann 1.1.0 my application is failing with the following error:
NoMethodError: undefined method `ruby2_keywords' for Mustermann::AST::Parser:Class .bundle/gems/mustermann-1.1.0/lib/mustermann/ast/parser.rb:67:in `<class:Parser>' .bundle/gems/mustermann-1.1.0/lib/mustermann/ast/parser.rb:11:in `<module:AST>' .bundle/gems/mustermann-1.1.0/lib/mustermann/ast/parser.rb:8:in `<module:Mustermann>' .bundle/gems/mustermann-1.1.0/lib/mustermann/ast/parser.rb:6:in `<top (required)>' .bundle/gems/mustermann-1.1.0/lib/mustermann/ast/pattern.rb:2:in `require' .bundle/gems/mustermann-1.1.0/lib/mustermann/ast/pattern.rb:2:in `<top (required)>' .bundle/gems/mustermann19-0.4.4/lib/mustermann/grape.rb:1:in `require' .bundle/gems/rack-2.0.8/lib/rack/builder.rb:55:in `instance_eval' .bundle/gems/rack-2.0.8/lib/rack/builder.rb:55:in `initialize' my-project/config.ru:in `new' my-project/config.ru:in `<main>'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello,
Since release of mustermann 1.1.0 my application is failing with the following error:
The text was updated successfully, but these errors were encountered: