From 6bd99405459af19f89a0183f8cd79797e8696ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:58:22 +0000 Subject: [PATCH] Bump mysql2 from 0.5.3 to 0.5.4 Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/brianmario/mysql2/releases) - [Commits](https://github.com/brianmario/mysql2/compare/0.5.3...0.5.4) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:production 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 3291394..0a3a4ec 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'sassc-rails', '~> 2.1.2' gem 'rails', '~> 5.2.6.2' -gem 'mysql2', '0.5.3' +gem 'mysql2', '0.5.4' gem 'faraday', '1.10.2' gem 'faraday_middleware', '1.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1594eba..8bc4dd5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,7 +163,7 @@ GEM minitest (5.16.3) multi_json (1.15.0) multipart-post (2.2.3) - mysql2 (0.5.3) + mysql2 (0.5.4) net-imap (0.3.2) date net-protocol @@ -334,7 +334,7 @@ DEPENDENCIES factory_bot_rails faraday (= 1.10.2) faraday_middleware (= 1.2.0) - mysql2 (= 0.5.3) + mysql2 (= 0.5.4) puma (~> 5.6) rails (~> 5.2.6.2) rails-controller-testing