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

common dependencies across component engines #98

Open
joshRpowell opened this issue Feb 14, 2020 · 1 comment
Open

common dependencies across component engines #98

joshRpowell opened this issue Feb 14, 2020 · 1 comment

Comments

@joshRpowell
Copy link

getting the following when running 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?

@matthewd
Copy link
Member

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.

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

No branches or pull requests

2 participants