Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Bump ffi from 1.9.10 to 1.11.1 in /site
Browse files Browse the repository at this point in the history
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](ffi/ffi@1.9.10...1.11.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2019
1 parent 989e67e commit e8d1acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions env.config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion site/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e8d1acf

Please sign in to comment.