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

zhong/web depends on sinatra/base, conflicts on rack with rails #31

Open
sheldonh opened this issue Oct 4, 2018 · 0 comments
Open

zhong/web depends on sinatra/base, conflicts on rack with rails #31

sheldonh opened this issue Oct 4, 2018 · 0 comments

Comments

@sheldonh
Copy link

sheldonh commented Oct 4, 2018

The README provides an example of modifying rails' router to mount a Zhong UI.

However, following the instructions gives a dependency error because zhong/web requires sinatra/base.

The naive user (me) adds sinatra-base to their Gemfile, at which point bundler complains that sinatra-base (1.4.0) and rails (5.1.5) have conflicting rack version requirements.

In fact, the user needs to add sinatra to their Gemfile, not sinatra-base. Probably worth clarifying in the README.

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

1 participant