summaryrefslogtreecommitdiffstats
path: root/shard.yml
diff options
context:
space:
mode:
authorleonklingele <git@leonklingele.de>2019-09-24 19:31:33 +0200
committerOmar Roth <omarroth@protonmail.com>2019-09-24 13:31:33 -0400
commit1aefc5b5405de4cccd735891b3fd2b2c3e2d239c (patch)
tree8f910f15627b7b3dd9b69d5578529690beef625e /shard.yml
parent1085ca4a2df7565f559512cddc2203d1fbad041e (diff)
downloadinvidious-1aefc5b5405de4cccd735891b3fd2b2c3e2d239c.tar.gz
invidious-1aefc5b5405de4cccd735891b3fd2b2c3e2d239c.tar.bz2
invidious-1aefc5b5405de4cccd735891b3fd2b2c3e2d239c.zip
Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764)
* shard: update to crystal 0.31.0 Additionally, no longer use the Crystal "markdown" library which has been removed from the Crystal stdlib in version 0.31.0. See https://github.com/crystal-lang/crystal/pull/8115. Also fix some deprecation warnings using the following commands: find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.escape/URI\.encode_www_form/g' "{}" \; find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.unescape/URI\.decode_www_form/g' "{}" \; sed -i 's/while \%pull\.kind \!\= \:end_object/until \%pull\.kind\.end_object\?/g' src/invidious/helpers/patch_mapping.cr
Diffstat (limited to 'shard.yml')
-rw-r--r--shard.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/shard.yml b/shard.yml
index 0f9beaf2..3980201d 100644
--- a/shard.yml
+++ b/shard.yml
@@ -11,14 +11,14 @@ targets:
dependencies:
pg:
github: will/crystal-pg
- version: ~> 0.18.1
+ version: ~> 0.19.0
sqlite3:
github: crystal-lang/crystal-sqlite3
- version: ~> 0.13.0
+ version: ~> 0.14.0
kemal:
github: kemalcr/kemal
version: ~> 0.26.0
-crystal: 0.30.1
+crystal: 0.31.0
license: AGPLv3