From 8802dd24ecf17fa90b3e0200a05224297fa0f462 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Wed, 19 Jun 2019 14:10:07 +0100 Subject: Update the docs to reflect lack of MySQL support Now MySQL is no longer supported, we need to change the docs --- doc/integration/omniauth.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'doc/integration/omniauth.md') diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md index a13e9f73f48..bf5debc7694 100644 --- a/doc/integration/omniauth.md +++ b/doc/integration/omniauth.md @@ -194,11 +194,7 @@ from the Omniauth provider's documentation. gem "omniauth-your-auth-provider" -- If you're using MySQL, install the new Omniauth provider gem by running the following command: - - sudo -u git -H bundle install --without development test postgres --path vendor/bundle --no-deployment - -- If you're using PostgreSQL, install the new Omniauth provider gem by running the following command: +- Install the new Omniauth provider gem by running the following command: sudo -u git -H bundle install --without development test mysql --path vendor/bundle --no-deployment -- cgit v1.2.1