From 51c28894439c7bddcaa4d92f77ff87413211bce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 00:01:12 +0000 Subject: [PATCH] Bump mysql2 from 0.5.4 to 0.5.5 Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/brianmario/mysql2/releases) - [Commits](https://github.com/brianmario/mysql2/compare/0.5.4...0.5.5) --- 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 4042e1ef..15ae28ac 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'therubyracer', group: :therubyracer # Use --without argument to skip unnecessary drivers gem 'sqlite3', group: :sqlite -gem 'mysql2', '~> 0.5.4', group: :mysql +gem 'mysql2', '~> 0.5.5', group: :mysql gem 'pg', '~> 1.4.5', group: :postgresql group :development do diff --git a/Gemfile.lock b/Gemfile.lock index ed1bf795..e31dba61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM minitest-stub-const (0.6) mocha (2.0.2) ruby2_keywords (>= 0.0.5) - mysql2 (0.5.4) + mysql2 (0.5.5) net-imap (0.3.4) date net-protocol @@ -364,7 +364,7 @@ DEPENDENCIES listen minitest-stub-const mocha - mysql2 (~> 0.5.4) + mysql2 (~> 0.5.5) pg (~> 1.4.5) puma (~> 6.0) rack-mini-profiler