From 8062d62cb6ebb394e8d1ca86eb3454bdecec6a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 21 Mar 2018 18:54:32 +0000 Subject: [PATCH] Bump mysql2 from 0.4.10 to 0.5.0 Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.4.10 to 0.5.0. - [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.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 15290614..17a23a44 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 5.1" gem "unicorn" -gem "mysql2", "~> 0.3.20" +gem "mysql2", "~> 0.5.0" # uncomment to use PostgreSQL # gem "pg" diff --git a/Gemfile.lock b/Gemfile.lock index c6e460ff..bdb2099b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM mini_mime (1.0.0) mini_portile2 (2.3.0) minitest (5.11.3) - mysql2 (0.3.21) + mysql2 (0.5.0) nio4r (2.3.0) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) @@ -174,7 +174,7 @@ DEPENDENCIES json machinist mail - mysql2 (~> 0.3.20) + mysql2 (~> 0.5.0) nokogiri (>= 1.7.2) oauth rails (~> 5.1)