From 4d0e086e2085cafab403e7cb8060935c3e903fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 21 Mar 2018 10:17:05 +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 82e47bc6..f306d2a9 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rails', '5.1.5' -gem 'mysql2', '~> 0.4.5' +gem 'mysql2', '~> 0.5.0' gem 'sass-rails', '~> 5.0.6' gem 'uglifier', '~> 4.1.6' gem 'generic_form_builder', '~> 0.13.0' diff --git a/Gemfile.lock b/Gemfile.lock index 550e0a20..00aad072 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM multi_test (0.1.2) multi_xml (0.6.0) multipart-post (2.0.0) - mysql2 (0.4.10) + mysql2 (0.5.0) netrc (0.11.0) nio4r (2.2.0) nokogiri (1.8.2) @@ -344,7 +344,7 @@ DEPENDENCIES govuk-lint govuk_admin_template govuk_app_config (~> 1.3.2) - mysql2 (~> 0.4.5) + mysql2 (~> 0.5.0) plek (~> 2.1.1) pry-byebug rails (= 5.1.5)