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

Circular dependency in development setup caused by Gemfile.dev.rb #42

Closed
skateman opened this issue Jan 2, 2017 · 0 comments
Closed
Assignees

Comments

@skateman
Copy link
Member

skateman commented Jan 2, 2017

The current solution of loading a local classic UI repo in ManageIQ causes a circular dependency when running bundle update in the classic UI repo.

To fix this, it is necessary to wrap the line responsible for loading the UI in manageiq/Gemfile.dev.rb:

unless dependencies.detect { |d| d.name == "manageiq-ui-classic" }
  gem "manageiq-ui-classic", :path => "....."
end

@himdel could you please update the guides about it?

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