From 793a116a6ce1664e48cc77da3347ee01ac9f99cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 1 Jan 2019 06:28:16 +0000 Subject: [PATCH] Bump mysql2 from 0.4.10 to 0.5.2 Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.4.10 to 0.5.2. - [Release notes](https://github.com/brianmario/mysql2/releases) - [Changelog](https://github.com/brianmario/mysql2/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianmario/mysql2/compare/0.4.10...0.5.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6eba2e4..bf9c981 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'hamlit', '>= 2.7.0' gem 'hamlit-rails' gem 'jquery-rails' gem 'kaminari' -gem 'mysql2', '~> 0.4.4' +gem 'mysql2', '~> 0.5.2' gem 'rails', '~> 5.2.1' gem 'rails-i18n' gem 'redcarpet' diff --git a/Gemfile.lock b/Gemfile.lock index 525a9ca..361021d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -348,7 +348,7 @@ GEM mini_portile2 (2.3.0) minitest (5.11.3) multi_json (1.13.1) - mysql2 (0.4.10) + mysql2 (0.5.2) net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (5.0.2) @@ -499,7 +499,7 @@ DEPENDENCIES hamlit-rails jquery-rails kaminari - mysql2 (~> 0.4.4) + mysql2 (~> 0.5.2) pry-byebug rails (~> 5.2.1) rails-i18n