From 82d56e570e43cb71baf5cf85e6a114f61e308eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 May 2022 20:59:10 +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 e4a24c8..8d8f8b6 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' gem 'faraday_middleware' diff --git a/Gemfile.lock b/Gemfile.lock index dc6ceb7..1fadab7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,7 +160,7 @@ GEM minitest (5.15.0) multi_json (1.15.0) multipart-post (2.1.1) - mysql2 (0.5.3) + mysql2 (0.5.4) netrc (0.11.0) nio4r (2.5.8) nokogiri (1.13.6) @@ -320,7 +320,7 @@ DEPENDENCIES factory_bot_rails faraday faraday_middleware - mysql2 (= 0.5.3) + mysql2 (= 0.5.4) puma (~> 5.6) rails (~> 5.2.6.2) rails-controller-testing