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
getting the following when running gel install:
gel install
ERROR: Failed to evaluate "/Users/jpowell/src/spree/Gemfile": undefined method 'eval_gemfile' for #<Gel::GemfileParser::ParseContext:0x00007f865c0da810> /Users/jpowell/src/spree/Gemfile:1:in `parse'
see: eval_gemfile
on Spree, which shares common dependencies across component engines:
https://github.com/spree/spree/blob/756c8657a11291feb009bce901363963fa3b5d9d/Gemfile#L1
Is there a way to handle with gel?
The text was updated successfully, but these errors were encountered:
Hi, and sorry for the slow response!
It looks like we just haven't implemented that method, but it should be pretty straight-forward to do so, if you're up for a PR.
The Gemfile DSL lives in Gel::GemfileParser::ParseContext.
Gel::GemfileParser::ParseContext
Sorry, something went wrong.
No branches or pull requests
getting the following when running
gel install
:see: eval_gemfile
on Spree, which shares common dependencies across component engines:
https://github.com/spree/spree/blob/756c8657a11291feb009bce901363963fa3b5d9d/Gemfile#L1
Is there a way to handle with gel?
The text was updated successfully, but these errors were encountered: