Bump mysql2 from 0.5.5 to 0.5.6

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

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-07 00:07:59 +00:00 committed by GitHub
parent 085faab554
commit b01f46e412
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ gem 'mini_racer', group: :therubyracer
# Use --without <group> argument to skip unnecessary drivers
gem 'sqlite3', group: :sqlite
gem 'mysql2', '~> 0.5.5', group: :mysql
gem 'mysql2', '~> 0.5.6', group: :mysql
gem 'pg', '~> 1.5.4', group: :postgresql
group :development do