From 54e69d0367d69eb3529670f131fa80eac356975b Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 28 Dec 2020 09:04:39 +0100 Subject: [upd] update dependencies minor change in the oscar theme becase the last version of jinja2 respect more carefully the spaces in the templates --- manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manage.sh') diff --git a/manage.sh b/manage.sh index 78571e45b..bda74545c 100755 --- a/manage.sh +++ b/manage.sh @@ -38,7 +38,7 @@ install_geckodriver() { if [ -z "$NOTFOUND" ]; then return fi - GECKODRIVER_VERSION="v0.24.0" + GECKODRIVER_VERSION="v0.28.0" PLATFORM="`python3 -c "import platform; print(platform.system().lower(), platform.architecture()[0])"`" case "$PLATFORM" in "linux 32bit" | "linux2 32bit") ARCH="linux32";; -- cgit v1.2.3