From b01f46e412b1f91121f7c6ffbb6b607a7d178892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:07:59 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4c74ba02c..0d8784853 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'mini_racer', group: :therubyracer # Use --without 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 diff --git a/Gemfile.lock b/Gemfile.lock index 0d3525dcd..f8c414ebd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM minitest-stub-const (0.6) mocha (2.1.0) ruby2_keywords (>= 0.0.5) - mysql2 (0.5.5) + mysql2 (0.5.6) net-imap (0.4.12) date net-protocol @@ -376,7 +376,7 @@ DEPENDENCIES mini_racer minitest-stub-const mocha - mysql2 (~> 0.5.5) + mysql2 (~> 0.5.6) pg (~> 1.5.4) puma (~> 6.4) rack-mini-profiler