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
When running shards install this error occurs:
==> Installing amberframework/micrate/micrate ==> shards install Last 15 lines from /Users/richardhp/Library/Logs/Homebrew/micrate/01.shards: Resolving dependencies Fetching https://github.com/will/crystal-pg.git Fetching https://github.com/crystal-lang/crystal-mysql.git Fetching https://github.com/crystal-lang/crystal-sqlite3.git Fetching https://github.com/crystal-lang/crystal-db.git Fetching https://gitlab.com/arctic-fox/spectator.git Unable to satisfy the following requirements: - `crystal (< 1.0.0)` required by `pg 0.21.1` - `crystal (~> 0.30, >= 0.30.0)` required by `mysql 0.11.2` - `crystal (~> 0.28, >= 0.28.0)` required by `sqlite3 0.16.0` - `crystal (~> 0.25, >= 0.25.0)` required by `db 0.9.0` - `crystal (~> 1.0, >= 1.0.0)` required by `spectator 0.9.38+git.commit.92f758084d21959dabf0358087a846cf58cd9172` Failed to resolve dependencies, try updating incompatible shards or use --ignore-crystal-version as a workaround if no update is available.
The requirement from pg is crystal (< 1.0.0) whereas from spectator it is crystal (~> 1.0, >= 1.0.0).
These seemingly cannot both be satisfied simultaneously
The text was updated successfully, but these errors were encountered:
should be fixed
Sorry, something went wrong.
No branches or pull requests
When running shards install this error occurs:
The requirement from pg is crystal (< 1.0.0) whereas from spectator it is crystal (~> 1.0, >= 1.0.0).
These seemingly cannot both be satisfied simultaneously
The text was updated successfully, but these errors were encountered: