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 github: detectlanguage/detectlanguage-crystal
kemal: kemal:
github: kemalcr/kemal github: kemalcr/kemal
commit: afd17fc
pg: pg:
github: will/crystal-pg github: will/crystal-pg
sqlite3: sqlite3:

View file

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