Update dependencies

This commit is contained in:
Omar Roth 2019-02-27 16:52:37 -06:00
parent e4f397d049
commit 51df0860cc
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ dependencies:
github: detectlanguage/detectlanguage-crystal
kemal:
github: kemalcr/kemal
commit: afd17fc
pg:
github: will/crystal-pg
sqlite3:

View File

@ -78,7 +78,7 @@ Kemal.config.extra_options do |parser|
end
end
Kemal::CLI.new
Kemal::CLI.new ARGV
PG_URL = URI.new(
scheme: "postgres",