From 1098b73b4812a2f12aa326401b95b4fe5ddb313b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 04:44:05 +0000 Subject: [PATCH] Bump json from 1.8.5 to 2.3.0 Bumps [json](https://github.com/flori/json) from 1.8.5 to 2.3.0. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v1.8.5...v2.3.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 e9ba78d..f2ca80b 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'geckodriver-helper', '~> 0.0.5' gem 'webdrivers', '~> 4.0' gem 'headless', '~> 2.2', '>= 2.2.3' gem 'httparty', '0.14.0' -gem 'json', '1.8.5' +gem 'json', '2.3.0' gem 'jsonpath', '~> 0.8.7' gem 'multipart-post' gem 'mysql2' diff --git a/Gemfile.lock b/Gemfile.lock index 3bdb6e4..c3d864a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,7 +121,7 @@ GEM jaro_winkler (1.5.2) jschematic (0.1.0) addressable - json (1.8.5) + json (2.3.0) jsonpath (0.8.12) multi_json to_regexp (~> 0.2.1) @@ -298,7 +298,7 @@ DEPENDENCIES geckodriver-helper (~> 0.0.5) headless (~> 2.2, >= 2.2.3) httparty (= 0.14.0) - json (= 1.8.5) + json (= 2.3.0) jsonpath (~> 0.8.7) multipart-post mysql2