From af580c23dfe0fa6735079ff1234f3a85ed02ed20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 04:34:51 +0000 Subject: [PATCH] Bump json from 2.1.0 to 2.3.0 Bumps [json](https://github.com/flori/json) from 2.1.0 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/v2.1.0...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 03040c8..38f13fe 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' gem 'zlib', '=1.0.0' -gem 'json', '=2.1.0' +gem 'json', '2.3.0' gem 'aws-sdk-s3', '=1.42.0' diff --git a/Gemfile.lock b/Gemfile.lock index b344fc2..cb8a61f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM aws-sigv4 (1.1.0) aws-eventstream (~> 1.0, >= 1.0.2) jmespath (1.4.0) - json (2.1.0) + json (2.3.0) zlib (1.0.0) PLATFORMS @@ -26,7 +26,7 @@ PLATFORMS DEPENDENCIES aws-sdk-s3 (= 1.42.0) - json (= 2.1.0) + json (= 2.3.0) zlib (= 1.0.0) BUNDLED WITH