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

undefined method `ruby2_keywords' with version 1.1.0 #102

Closed
Annih opened this issue Jan 3, 2020 · 0 comments · Fixed by #103
Closed

undefined method `ruby2_keywords' with version 1.1.0 #102

Annih opened this issue Jan 3, 2020 · 0 comments · Fixed by #103

Comments

@Annih
Copy link
Contributor

Annih commented Jan 3, 2020

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>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant