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

Error resolving redis (~> 2.0.0, ~> 2.1.1) v0.3.0 #32

Closed
BrennickL opened this issue Apr 26, 2019 · 2 comments
Closed

Error resolving redis (~> 2.0.0, ~> 2.1.1) v0.3.0 #32

BrennickL opened this issue Apr 26, 2019 · 2 comments

Comments

@BrennickL
Copy link

BrennickL commented Apr 26, 2019

shard.yml

name: install-test-app
version: 0.1.0

authors:

  • Brennick Langston

crystal: 0.27.2

license: UNLICENSED

targets:
install-test-app:
main: src/install-test-app.cr

amber:
main: lib/amber/src/amber/cli.cr

dependencies:
amber:
github: amberframework/amber
version: 0.27.0
#branch: master

granite:
github: amberframework/granite
version: ~> 0.15.0

quartz_mailer:
github: amberframework/quartz-mailer
version: ~> 0.5.1

jasper_helpers:
github: amberframework/jasper-helpers
version: ~> 0.2.1

pg:
github: will/crystal-pg
version: ~> 0.15.0
citrine-i18n:
github: amberframework/citrine-i18n
version: 0.3.2

mosquito:
github: robacarp/mosquito

development_dependencies:
garnet_spec:
github: amberframework/garnet-spec
version: ~> 0.2.1


US7074149-M001:install-test-app brennicklangston$ shards install
Fetching https://github.com/amberframework/amber.git
Fetching https://github.com/amberframework/amber-router.git
Fetching https://github.com/mosop/cli.git
Fetching https://github.com/mosop/optarg.git
Fetching https://github.com/mosop/callback.git
Fetching https://github.com/mosop/string_inflection.git
Fetching https://github.com/elorest/compiled_license.git
Fetching https://github.com/jeromegn/kilt.git
Fetching https://github.com/TechMagister/liquid.cr.git
Fetching https://github.com/phoffer/inflector.cr.git
Fetching https://github.com/amberframework/micrate.git
Fetching https://github.com/crystal-lang/crystal-db.git
Fetching https://github.com/crystal-lang/crystal-mysql.git
Fetching https://github.com/will/crystal-pg.git
Fetching https://github.com/stefanwille/crystal-redis.git
Fetching https://github.com/ysbaddaden/pool.git
Fetching https://github.com/luckyframework/shell-table.cr.git
Fetching https://github.com/jeromegn/slang.git
Fetching https://github.com/crystal-lang/crystal-sqlite3.git
Fetching https://github.com/mosop/teeplate.git
Fetching https://github.com/crystal-loot/exception_page.git
Fetching https://github.com/amberframework/granite.git
Fetching https://github.com/amberframework/quartz-mailer.git
Fetching https://github.com/arcage/crystal-email.git
Fetching https://github.com/amberframework/jasper-helpers.git
Fetching https://github.com/amberframework/citrine-i18n.git
Fetching https://github.com/TechMagister/i18n.cr.git
Fetching https://github.com/robacarp/mosquito.git
Error resolving redis (~> 2.0.0, ~> 2.1.1)


Temporary Fix:

  • version: 0.2.1
@robacarp
Copy link
Collaborator

@IMS-Global thanks for reporting this. Sorry about the conflict, I'll push a new version momentarily.

@robacarp
Copy link
Collaborator

@IMS-Global I've ticked the version for release with crystal 28, but I have no idea what your problem is from the above snippet. If that doesn't solve your problem, reopen or ask in Amber gitter chat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants