From ed760a055887429fb35ab9eb4c734f8a77257eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 00:43:41 +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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4670654..b7f7eb9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'byebug' -gem 'json', '~> 2.4.0' +gem 'json', '~> 2.3.0' gem 'rubocop', '~> 0.51.0', require: false gem 'rest-client' gem 'date' diff --git a/Gemfile.lock b/Gemfile.lock index 2108d4e..8c736a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM unf (>= 0.0.5, < 1.0.0) http-cookie (1.0.3) domain_name (~> 0.5) - json (2.1.0) + json (2.3.0) mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) @@ -23,7 +23,7 @@ GEM public_suffix (3.0.3) rainbow (2.2.2) rake - rake (12.3.1) + rake (13.0.3) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) @@ -49,7 +49,8 @@ DEPENDENCIES byebug csv date - json (~> 2.1.0) + json (~> 2.3.0) + rake (>= 12.3.3) rest-client rubocop (~> 0.51.0)