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

Update dependencies #349

Merged
merged 10 commits into from
Nov 4, 2017
Merged
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:

slang:
github: jeromegn/slang
version: ~> 1.6.1
version: ~> 1.7.0

redis:
github: stefanwille/crystal-redis
Expand All @@ -43,7 +43,7 @@ dependencies:

sentry:
github: samueleaton/sentry
branch: master
version: ~> 0.1.0

icr:
github: crystal-community/icr
Expand Down
1 change: 0 additions & 1 deletion src/amber/cli/templates/app/shard.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
amber:
github: amberframework/amber
version: <%= Amber::VERSION %>
#branch: master

<% case @model when "crecto" -%>
crecto:
Expand Down