Bump mysql2 from 0.5.2 to 0.5.3

Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/brianmario/mysql2/releases)
- [Commits](https://github.com/brianmario/mysql2/compare/0.5.2...0.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-06 14:38:04 +00:00 committed by GitHub
parent 52fda99ed4
commit 375b750be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ gem 'jquery-ui-rails' , '~>5.0.5'
# always possible on all platforms
# Alternatively use --without <group> arguments to bundler to not install that group
gem "sqlite3", group: :sqlite
gem "mysql2", "~> 0.5.2", group: :mysql
gem "mysql2", "~> 0.5.3", group: :mysql
gem "RedCloth"
gem "sanitize", "~> 5.1"