From e8d1acf2b31bf5183193cacb66832a5c3fde6804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 13:46:25 +0000 Subject: [PATCH] Bump ffi from 1.9.10 to 1.11.1 in /site Bumps [ffi](https://github.com/ffi/ffi) from 1.9.10 to 1.11.1. - [Release notes](https://github.com/ffi/ffi/releases) - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/1.9.10...1.11.1) Signed-off-by: dependabot[bot] --- env.config.sh | 4 ++-- site/Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/env.config.sh b/env.config.sh index 8b4008bb5..c0296ea53 100644 --- a/env.config.sh +++ b/env.config.sh @@ -20,7 +20,7 @@ export LDAP_GROUP_NAME_ADMIN="administrators" # Gerrit MySQL export GERRIT_MYSQL_USER="gerrit" -export GERRIT_MYSQL_PASSWORD="***REMOVED***" +export GERRIT_MYSQL_PASSWORD="gerrit" export GERRIT_MYSQL_DATABASE="gerrit" # Gerrit @@ -37,7 +37,7 @@ export GERRIT_JENKINS_USERNAME="jenkins" # Sonar MySQL export SONAR_MYSQL_USER="sonar" -export SONAR_MYSQL_PASSWORD="***REMOVED***" +export SONAR_MYSQL_PASSWORD="sonar" export SONAR_MYSQL_DATABASE="sonar" # Jenkins diff --git a/site/Gemfile.lock b/site/Gemfile.lock index a27db3e07..af756ba90 100644 --- a/site/Gemfile.lock +++ b/site/Gemfile.lock @@ -18,7 +18,7 @@ GEM execjs (2.6.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) - ffi (1.9.10) + ffi (1.11.1) gemoji (2.1.0) github-pages (78) github-pages-health-check (= 1.1.0)