From 59cd5a6a0a3fa745c897049fdf8eba898b46ada7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 03:59:32 +0000 Subject: [PATCH] Bump json from 1.8.1 to 2.3.0 Bumps [json](https://github.com/flori/json) from 1.8.1 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.1...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 2b8f094..8e7c6c2 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rspec', '2.14.1' gem 'cucumber', '1.3.10' gem 'rack-test', '0.6.2' gem 'capybara', '1.0.0' -gem 'json', '1.8.1' +gem 'json', '2.3.0' gem 'mime-types', '2.6.2' diff --git a/Gemfile.lock b/Gemfile.lock index 4a3bfa9..aaa7ab5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM httparty (0.11.0) multi_json (~> 1.0) multi_xml (>= 0.5.2) - json (1.8.1) + json (2.3.0) json_pure (1.8.3) macaddr (1.7.1) systemu (~> 2.6.2) @@ -81,7 +81,7 @@ DEPENDENCIES eventmachine (= 1.0.3) haml (= 4.0.5) httparty (= 0.11.0) - json (= 1.8.1) + json (= 2.3.0) json_pure (= 1.8.3) mime-types (= 2.6.2) rack-test (= 0.6.2)